Custom Qt-based user interface for the parameter editor

   3906   4   3
User Avatar
Member
12 posts
Joined: March 2017
Offline
So the Stage Manager has a custom Qt-based user interface that takes over the parameter editor.
Is there any way to implement something similar in hda's?
User Avatar
Member
101 posts
Joined: Sept. 2015
Offline
I'd like to learn this as well.
User Avatar
Member
78 posts
Joined: May 2018
Offline
Upvoted
User Avatar
Staff
1256 posts
Joined: July 2005
Offline
Hi All,

You can embed a Qt interface into the Parameters Pane using Python Panels.

Check out the the help page for the Python Panel Editor:
https://www.sidefx.com/docs/houdini/ref/windows/pythonpaneleditor.html#interfaces-tab [www.sidefx.com]

If you scroll down a little in the help page then you'll see documentation on new Parameters Pane Hint options which appear in the Python Panel Editor.

So you can create a Python Panel and configure it to appear in the Parameters Pane for certain node operator types.

You will also want to implement the onNodePathChanged(node)hook in your Python Panel so that your panel is notified about which node Houdini wants to show. Documentation for the hook can also be found in the link above.

I hope this helps.

Cheers,
Rob
User Avatar
Member
12 posts
Joined: March 2017
Offline
Thanks for the answer) Cant wait to play with this feature!
  • Quick Links