opening Parameter floating panel with python

   2644   2   0
User Avatar
Member
12 posts
Joined: Dec. 2011
Offline
Hey guys,
Is it possible to open the “Parameters” floating panel through a python command?
I couldn't find it anywhere.
If not, it would be nice to be able to access the different items of the right click menus.
Lead FX TD - Weta Digital
User Avatar
Member
34 posts
Joined: July 2015
Offline
For anyone from google search:

node = hou.node('/out/ris1')
desktop = hou.ui.curDesktop()
pane = desktop.createFloatingPane(hou.paneTabType.Parm)
pane.setCurrentNode(node)
pane.setPin(True)
User Avatar
Member
237 posts
Joined: July 2005
Offline
Akelian now your post is destination of the google search!
Robert Kelly
  • Quick Links