HoudiniPython
■ HoudiniPythonでノードのパラメータを参照する方法
https://forums.odforce.net/topic/21897-reference-channel-in-variable/
code:python
target_node = hou.node('/obj/simplemale1')
p = target_node.parm("blend1")
p.set(0.5)
Houdini – Python(HOM)によるパラメータ操作
http://www.technical-artist.net/?p=1628
Using Python in Houdini
http://ikatnek.blogspot.com/p/using-python-in-houdini.html
パラメータを変更したときにPythonコードを実行する方法
Execute Python code only if parameter is changed
https://www.sidefx.com/forum/topic/57664/?page=1#post-258082