pxptpw Posted December 1, 2019 Share Posted December 1, 2019 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 1 Quote Link to comment Share on other sites More sharing options...
jordibares Posted February 24, 2020 Share Posted February 24, 2020 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... Quote Link to comment Share on other sites More sharing options...
Skybar Posted February 24, 2020 Share Posted February 24, 2020 On 12/1/2019 at 2:11 PM, 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, take a look at Split SOP for example. Quote Link to comment Share on other sites More sharing options...
ftaswin Posted March 6, 2020 Share Posted March 6, 2020 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 Quote Link to comment Share on other sites More sharing options...
pxptpw Posted June 22, 2020 Author Share Posted June 22, 2020 (edited) 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 June 22, 2020 by pxptpw 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.