minuitdixhuit opened this issue on Jun 30, 2020 ยท 11 posts
adp001 posted Wed, 01 July 2020 at 12:55 PM
VedaDalsette posted at 7:51PM Wed, 01 July 2020 - #4393495
And this is in PhilC's manual under Parameter Methods.
Hidden()
parameter.Hidden()
Returns 1 if the parameter dial is hidden, 0 if visible.
SetHidden(toggle)
parameter.SetHidden(1)
Set the toggle to 1 to hide the parameter dial and 0 to keep it visible.
PhilC's book is probably massively outdated. Some things are still as they were, but much of Poser Python has changed over time. Not only the syntax, but also functions have been dropped and others have been added.