22 lines
770 B
Markdown
22 lines
770 B
Markdown
# StagePlot
|
|
|
|
## How to install ?
|
|
Extract the folder in the qcad scripts folder.
|
|
|
|
### How to know where is the qcad script folder ?
|
|
Inside qcad, open the script shell with : menu Misc/Development/Script Shell.
|
|
|
|
Enter the command : RSettings.getDataLocation()
|
|
|
|
This would return the path to the data folder.
|
|
|
|
Inside this data folder, create a folder named "scripts" and add the extracted folder inside and then restard qcad.
|
|
|
|
# How to use this script ?
|
|
Create some blocks and add attributes to them.
|
|
|
|
To be exported, the block needs at least an attribute called "dmx".
|
|
|
|
Draw your stageplot and then go to the menu "QcadStagePlot" then "Export block references list all..." and this will ask you where to store the csv file.
|
|
|
|
Open the csv file with libreoffice or excell... |