shadowst17 Posted May 16, 2018 Share Posted May 16, 2018 (edited) Quick question, How do I go about creating a colour parameter on a node? There doesn't seem to be a ParmTemplate for it and there's no documentation on this type of parameter for what I can find. Edited May 17, 2018 by shadowst17 Quote Link to comment Share on other sites More sharing options...
Andrea Posted May 16, 2018 Share Posted May 16, 2018 Hi, here it is mycolor = hou.FloatParmTemplate("color","color",3,look=hou.parmLook.ColorSquare,naming_scheme=hou.parmNamingScheme.RGBA) node = hou.selectedNodes()[0] node.addSpareParmTuple(mycolor) 1 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.