You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Ready-to-go Python scripts for Archicad
2
2
3
-
[Download version 25.3](https://github.com/tlorantfy/archicad-python-scripts/archive/refs/tags/25.3.zip)
3
+
[Download version 26.1](https://github.com/tlorantfy/archicad-python-scripts/archive/refs/tags/26.1.zip)
4
4
5
5
## recurring_publish.py
6
6
@@ -55,3 +55,13 @@ The script retrieves the list of hotlinks in the currently active project, opens
55
55
*[Additional JSON/Python Commands Add-On](https://github.com/tlorantfy/archicad-additional-json-commands) (version 25.4 or later) is required to be loaded into Archicad.
56
56
*[Download the Add-On for Windows](https://github.com/tlorantfy/archicad-additional-json-commands/releases/download/25.4/archicad-additional-json-commands.apx)
57
57
*[Download the Add-On for macOS](https://github.com/tlorantfy/archicad-additional-json-commands/releases/download/25.4/archicad-additional-json-commands.bundle.zip)
58
+
59
+
## get_parameters_of_selected_GDLbased.py
60
+
61
+
### Description
62
+
The script lists the GDL parameters (name and value pairs) of the selected elements.
63
+
64
+
### Requirements
65
+
***Requires Archicad 25 or later.**
66
+
*[Additional JSON/Python Commands Add-On](https://github.com/tlorantfy/archicad-additional-json-commands) (version 26.1 or later) is required to be loaded into Archicad.
67
+
*[Download the Add-On for Windows](https://github.com/tlorantfy/archicad-additional-json-commands/releases/download/26.1/archicad-additional-json-commands.apx)
errorMessageTitleAdditionalCommandsNotFound='Could not find the required additional JSON commands!'
10
-
errorMessageDetailsAdditionalCommandsNotFound='The latest version of AdditionalJSONCommands Add-On is required.\nDownload it from github:\nhttps://github.com/tlorantfy/archicad-additional-json-commands/releases'
6
+
deltaX=1.0
7
+
deltaY=1.0
8
+
deltaZ=0.0
11
9
12
-
errorMessageTitleCommandExecutionFailed='Failed to execute Archicad command!'
errorMessageTitleArchicadNotFound='Could not find Archicad!'
7
-
errorMessageDetailsArchicadNotFound='A running Archicad instance is required to initialize the schedule.'
8
-
9
-
errorMessageTitleAdditionalCommandsNotFound='Could not find the required additional JSON commands!'
10
-
errorMessageDetailsAdditionalCommandsNotFound='The latest version of AdditionalJSONCommands Add-On is required.\nDownload it from github:\nhttps://github.com/tlorantfy/archicad-additional-json-commands/releases'
11
-
12
-
errorMessageTitleCommandExecutionFailed='Failed to execute Archicad command!'
textProgressSecsBackTillNextPublishing=' second(s) till next publishing...'
30
24
31
-
errorMessageTitleArchicadNotFound='Could not find Archicad!'
32
-
errorMessageDetailsArchicadNotFound='A running Archicad instance is required to initialize the schedule.'
33
-
34
-
errorMessageTitleAdditionalCommandsNotFound='Could not find the required additional JSON commands!'
35
-
errorMessageDetailsAdditionalCommandsNotFound='The latest version of AdditionalJSONCommands Add-On is required.\nDownload it from github:\nhttps://github.com/tlorantfy/archicad-additional-json-commands/releases'
0 commit comments