cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
GDL
About building parametric objects with GDL.
SOLVED!

Looking for a (custom) user interface script to show all gdl parameters

talmacsi_petrolterv
Contributor

I've found that in some gdl objects there's no way to set some parameters. Because the custom interface script lacks some parameters, and there is no option to show all the parameters (without custom ui script). I could edit the gdl script, but I cannot find ready-made scripts for that.

 

Operating system used: Windows 11 24H2

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
runxel
Hero

If you have access to the script just delete the "hideparameter all" line in the parameter script.

Last UI page then will show all available parameters.

Lucas Becker | AC 27 on Mac | Graphisoft Insider Panelist | Author of Runxel's Archicad Wiki | Editor at SelfGDL | Developer of the GDL plugin for Sublime Text | My List of AC shortcomings & bugs | I Will Piledrive You If You Mention AI Again |

POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»

View solution in original post

3 REPLIES 3
Solution
runxel
Hero

If you have access to the script just delete the "hideparameter all" line in the parameter script.

Last UI page then will show all available parameters.

Lucas Becker | AC 27 on Mac | Graphisoft Insider Panelist | Author of Runxel's Archicad Wiki | Editor at SelfGDL | Developer of the GDL plugin for Sublime Text | My List of AC shortcomings & bugs | I Will Piledrive You If You Mention AI Again |

POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
NMK195
Participant

It would be best if you could upload the file you wish to modify here, so that everyone can assist you more effectively.

As for hidden parameters, they usually fall into one of the following three cases:

Case 1:
Select the "red X" icon in the parameter list.

 

NMK195_0-1745899947076.png

 

Case 2:
There is a command "hideparameter all", which hides all parameters within the Object.

Case 3:
There is a command "hideparameter "parameterName"", which hides a specific parameter.

Please check which case applies to your Object, and simply remove the corresponding setting.

Actually, I've used the "hideparamater" command only to hide individual parameters; and didn't come to my mind that the "all" does just what I'm looking for. THX!

Setup info provided by author