i am making a shelf tool and i'd like to have a popup window with a custom interface appear. is this possible with the built in houdini functions or do i have to use a python library like PySide2?
i'd like to have a node selector, a directory selector and a dropdown
can't seem to find any info on custom ui from SideFX documentation
Custom ui popup window
2125 3 2- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
- BryanRay
- Staff
- 43 posts
- Joined: March 2022
- Offline
The hou.ui module has what you need, I think:
https://www.sidefx.com/docs/houdini/hom/hou/ui.html [www.sidefx.com]
https://www.sidefx.com/docs/houdini/hom/hou/ui.html [www.sidefx.com]
- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
BryanRayunfortunately i havent found any advanced ui building functions there, only the basic ones. So far i think PySide2 is going to be the way to do that.
The hou.ui module has what you need, I think:
https://www.sidefx.com/docs/houdini/hom/hou/ui.html [www.sidefx.com]
Here is what i have found so far
https://www.sidefx.com/docs/houdini/hom/cb/qt.html [www.sidefx.com]
https://github.com/kiryha/Houdini/wiki/python-for-artists [github.com]
- Jikian
- Member
- 141 posts
- Joined: Aug. 2012
- Online
-
- Quick Links