Jump to content

hou ui Button Colour


pxptpw

Recommended Posts

Hello fellow practitioners,

without going into qt , is there a way to colour buttons , slider , backround of an hda , using the hou module ?

and is there a way to output more than one output in an hda , even if you define 2 outputs in an hda it only ouputs 1 ?

thanks in adavance 

 

 

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

I am also interested in it... I think this may not be possible without changing the Theme design itself... and will be globa.

i wish there was some extra refinements on the interface (native wise) and also allow us to further customize things like bigger buttonstrips, alignment, etc...

Link to comment
Share on other sites

  • 2 weeks later...
On 02/12/2019 at 12:11 AM, pxptpw said:

and is there a way to output more than one output in an hda , even if you define 2 outputs in an hda it only ouputs 1 ?

Yes, Use output node and set the output index

Link to comment
Share on other sites

  • 3 months later...

forgot to answer my post :) , without qt its very fiddly,

the answer is qt designer and pyqt , great comination and works like a charm, 

even made a radial dial selector with colours , 

get a copy of qt designer , design your ui here , import that into houdini with pyqt 

basically ,

from pySide2 import QtCore, QtWidgets, QtUiTools

ui_file is where the designed .ui frile is which is created fro qt designer 

QtUiTools.QUiLoader().load(ui_file, parentWidget=self) and this guy pulls in the ui_file from designer 

hope this helps anyone who needs this

 

 

 

 

 

 

 

 

 

Edited by pxptpw
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...