How to check "Show Hidden Properties" by script?
butaixianran
Posts: 161
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
show_hidden_property.jpg
441 x 557 - 56K
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