From a577067285866b7550ac232fe820b2e5cf91fe43 Mon Sep 17 00:00:00 2001 From: sebmas Date: Fri, 1 May 2026 10:43:39 +0200 Subject: [PATCH] Updated README.md --- README.md | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index de9cc9b..798928c 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ # StagePlot -## Block Attributes - * dmx - * id - * name - * power - * weigth - * position - * pipe - * floor - * type - * conventional - * gel - * iris - * barndoor - * device - * mode - * stand - * height - * floor mount - * truss \ No newline at end of file + +## 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... \ No newline at end of file