millag Posted July 2, 2016 Share Posted July 2, 2016 (edited) Hi guys, Is it possible to use custom Qt widgets for node parameters instead of the predefined look you get from parameter templates? Also is there a way to use Qt widget for a pop up directly without using ui scripts? Cheers, Mila. Edited July 2, 2016 by millag 1 Quote Link to comment Share on other sites More sharing options...
millag Posted June 7, 2017 Author Share Posted June 7, 2017 To update this thread in case anyone is looking into embedding custom Qt widgets directly in the node's parameter pane. This seems is not possible. I've asked SideFX about this while ago so here's their answer: Quote It's not possible to inject Qt widgets directly into parameter pane, either. However, Houdini does support custom panels: http://www.sidefx.com/docs/houdini15.5/ref/panes/pythonpanel http://www.sidefx.com/docs/houdini15.5/ref/windows/pythonpaneleditor The second link has an example of linking node parameter so PySide parameter widgets. It may be possible to have a node parameter that contains a button that launches a window with custom panel for ramp editing. The editing process in that window would update the data in the parameter itself. 2 Quote Link to comment Share on other sites More sharing options...
forever_kk Posted September 28, 2023 Share Posted September 28, 2023 Houdini support custom panels by PyQt and C++Qt ( in HDK ), but they are all independent panels, not node parameter panels Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.