What is the best way to create a UI for a python tool in Houdini?
I have not found any tutorials. Basically a window with text and numbers that the user can run before starting the tool.
Cheers,
Andreas
The best way to create a UI from Python in Houdini?
2552 4 0-
- AndreasOberg
- Member
- 117 posts
- Joined: Feb. 2015
- Offline
-
- SWest
- Member
- 313 posts
- Joined: Oct. 2016
- Offline
-
- animatrix_
- Member
- 4858 posts
- Joined: Feb. 2012
- Offline
Any Qt tutorials can help. If you get lost in the syntax, you can look up the PySide2 equivalent code or just PySide2 specific tutorials.
You can host these inside a python panel like a regular pane or make it floating, etc.
You can host these inside a python panel like a regular pane or make it floating, etc.
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]

-
- AndreasOberg
- Member
- 117 posts
- Joined: Feb. 2015
- Offline
-
- animatrix_
- Member
- 4858 posts
- Joined: Feb. 2012
- Offline
AndreasOberganimatrix_
Any Qt tutorials can help. If you get lost in the syntax, you can look up the PySide2 equivalent code or just PySide2 specific tutorials.
Thanks. I have been meaning to check out Qt. Does it work well within houdini?
Yes it's very good except you will have to spend a lot of time trying to match the exact styling of Houdini for example if you want to match Details View pane 1:1. Ideally SESI should provide their own preconfigured controls that we can just instantiate and start populating.
But unfortunately even they are not Qt based so it's up to you to make your own that looks identical. For example the new Scene Graph View looks good but that's also not Qt.
Apart from this and the Qt's own issues, it's pretty powerful.
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]

-
- Quick Links