Custom Qt-based user interface for the parameter editor

   5810   4   3
User Avatar
Member
17 posts
Joined: 3月 2017
オフライン
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: 9月 2015
オフライン
I'd like to learn this as well.
User Avatar
Member
78 posts
Joined: 5月 2018
オフライン
Upvoted
User Avatar
スタッフ
1295 posts
Joined: 7月 2005
オフライン
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
17 posts
Joined: 3月 2017
オフライン
Thanks for the answer) Cant wait to play with this feature!
  • Quick Links