removing parm labels from Python

   2135   2   0
User Avatar
Member
98 posts
Joined: Sept. 2008
Offline
Dear All,

Now, I have yet another silly question… ;-)

How do you make (from Python) the label of a new parm in an HDA to dissapear? I mean, if I do

parm_template = hou.ToggleParmTemplate("test", "Enabled", default_value=False, disable_when="")

I do not want the word “Enabled” to show up. When I create a prototype node with the HDA interface, I have a flag to select if I want the parm label to be shown or not, but I cannot find such an option from the hou.ParmTemplate class…

thanks a lot!!!!

dagush.-
————————-
* skylineEngine project coordinator
* buildingEngine module developer
http//ggg.udg.edu/skylineEngine
User Avatar
Member
1907 posts
Joined: Nov. 2006
Offline
Unfortunately you currently cannot control that.
Graham Thompson, Technical Artist @ Rockstar Games
User Avatar
Member
98 posts
Joined: Sept. 2008
Offline
Dear Graham,

First of all, thank you very much for your answer!!!

Now, my question is in this case, can I post a RFE, or this option is for something else? is it “appropiate”?

Thanks!!!!

dagush.-
————————-
* skylineEngine project coordinator
* buildingEngine module developer
http//ggg.udg.edu/skylineEngine
  • Quick Links