custom UI

   8110   4   1
User Avatar
Member
86 posts
Joined: Sept. 2008
Offline
hi all..

The “Python Tips and Tricks and Upcoming Features in 10.5” presentation says it is possible to create custom Houdini native UI interfaces in 10.0 given sufficient bravery. By “native” i'm assuming this allows direct extensions to the Houdini UI rather than the wxWidgets/pyQT approach. If so, are there any details available?

thanks
I installed a skylight in my apartment… the people who live above me are furious!
- Steven Wright
User Avatar
Member
1922 posts
Joined: Nov. 2006
Offline
You can create them using Houdini's .ui script language. Using this language you can create a dialog that Houdini can load using hou.ui.createDialog(). You can then assign Python callbacks to elements on this dialog. For example, this is how the Cloud dialogs are created.

There is some information about .ui scripts in the HDK documentation:
http://www.sidefx.com/docs/hdk10.0/hdk_uinative_uiscript.html [sidefx.com]
Graham Thompson, Technical Artist @ Rockstar Games
User Avatar
Member
86 posts
Joined: Sept. 2008
Offline
Thanks.. do you know if it is possible to create a gadget to display an updatable image, such as a histogram? I would actually like to be able to include such a gadget in an HDA parameter interface to provide a preview of the effects of parameter changes, or, alternatively, create a pane to display an Osipa-style animation view. Perhaps too ambitious :>).
I installed a skylight in my apartment… the people who live above me are furious!
- Steven Wright
User Avatar
Member
49 posts
Joined:
Offline
what a script (text of code) create dialog ‘Create clip dialog box’?
User Avatar
Member
86 posts
Joined: Sept. 2008
Offline
hmm.. there is another thread with your question as the topic so i'll reply there, though unfortunately i can't be too much help.
I installed a skylight in my apartment… the people who live above me are furious!
- Steven Wright
  • Quick Links