May 5, 2020
basicPython02
Houdini python memo! ver 15.0.244.16
import hou #/objに"geo1"という名前のgeoノードを作る。 oGeo = hou.node('/obj').createNode('geo','geo1')
Get / set Houdini parameters in Python
https://fereria.github.io/reincarnation_tech/10_Houdini/20_Python/get_param_01/