How to check "Show Hidden Properties" by script?
There is a "Show Hidden Properties" in the option menu of parameter pan. Like following picture.

I want to check it by script. Is there an API for that?
Thanks
You currently have no notifications.
There is a "Show Hidden Properties" in the option menu of parameter pan. Like following picture.

I want to check it by script. Is there an API for that?
Thanks
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
I believe you have methods here - see isHidden() function under the DzProperty:
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/property_dz
I know that and know about setHidden() also. But I don't want to change its hidden status, I just want to show it and make sure the script's final user knows, that is a hidden property.
That would be safer split up with error checking at each step, though.
thanks very much, that is what I need