Gianluca Siciliano
Patoz
About Me
専門知識
Technical Director
INDUSTRY
Film/TV
Connect
LOCATION
Canada
ウェブサイト
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Highlight changes in a parm with a color? 2026年7月23日16:49
Hiya,
we do not have a way to change the parameter background in an HDA UI to visually show that is changed based on a rule right?
Let's say if default of an int parm is set to be 0 and if it changes it also change the parameter background to be let's say yellow?
Many thanks
we do not have a way to change the parameter background in an HDA UI to visually show that is changed based on a rule right?
Let's say if default of an int parm is set to be 0 and if it changes it also change the parameter background to be let's say yellow?
Many thanks
Python callback to run every time any HDA parameter change 2026年2月19日15:19
OH yep this works pretty well for me
thanks a lot @tamte
thanks a lot @tamte Python callback to run every time any HDA parameter change 2026年2月18日21:22
Hello,
I am trying to find the best way to hook up a python callback to write the data from my HDA menu into a json file (a dictionary that stores all the data)
At the moment I have added for each parameter the same python callback in the callback script section:
hou.phm().export_json(kwargs)
although I find this a little, well, brutal???
Would there be a better way to do this you reckon?
Any advice would be great
Many thanks
I am trying to find the best way to hook up a python callback to write the data from my HDA menu into a json file (a dictionary that stores all the data)
At the moment I have added for each parameter the same python callback in the callback script section:
hou.phm().export_json(kwargs)
although I find this a little, well, brutal???
Would there be a better way to do this you reckon?
Any advice would be great
Many thanks