2025-05-16 05:31 PM - edited 2025-05-16 05:37 PM
I can request the list of all custom properties:
2025-05-22 09:16 AM
Nope. Unfortunately.
But the object works, after all; and updates with opening.
2025-05-22 10:27 AM
If your script to request the values is in the parameter script of the object, I think you have to open the object to force the parameter script to run.
But there is a command you could add to a menu or toolbar in your Work Environment.
That might work?
I takes a little while to run though.
Or maybe have the script in the Master script and the rebuild & regenerate might work (I am not sure about that one).
Barry.
2025-05-22 11:04 AM
It works well. Takes a quite while; but works. Thanks!
The master script workaround is a little bit misterious to me. Never used. The gdl reference guide is not so helpful to me. Do you know a good, comprehensive summary about it?
2025-05-22 11:19 AM - edited 2025-05-23 03:44 AM
@talmacsi_petrolterv wrote:
Do you know a good, comprehensive summary about it?
No, sorry.
It is just the master script is always run, even on a screen refresh I believe.
The parameter script is only run when you change a parameter, i.e. open the object settings.
Most things in the parameter script work in the master script as well as far as I know.
Barry.
2025-06-25 09:27 PM
Would you mind sharing the Master Script and the 2D Script? I'm with the same problem but can't solve this.