Gianluca Siciliano
Patoz
About Me
専門知識
Technical Director
業界:
Film/TV
Connect
LOCATION
Canada
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
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
Warp geometry effect via curve tangent transfer 2025年5月6日3:08
Hey guys,
was trying to deform a grid using the transferred tangent from points of a curve to create a sort of warp effect in the proximity of an animated point traveling along the curve....this works well on a grid when the line is perfectly straight along Z axis, if I rotate the plane and the curve a little any addition to P.z does not pull actually correctly tangentially to the curve
Any suggestion on how to potentially solve this issue?
was trying to deform a grid using the transferred tangent from points of a curve to create a sort of warp effect in the proximity of an animated point traveling along the curve....this works well on a grid when the line is perfectly straight along Z axis, if I rotate the plane and the curve a little any addition to P.z does not pull actually correctly tangentially to the curve
Any suggestion on how to potentially solve this issue?