Collection of random houdini bits
choose one of these:
- include the provided
cyclone.jsonin yourHOUDINI_PACKAGE_DIR. - copy the
cyclone.jsoninto a path included in yourHOUDINI_PACKAGE_DIRCan be any$HOUDINI_PATH/packages, for example your$HOME/houdini20.0/packages- adjust the values "hpath` to point to this repo
- append the paths by hand in your
$HOUDINI_PATH
example: running hython on linux
export HOUDINI_PACKAGE_DIR=`pwd`:${HOUDINI_PACKAGE_DIR}
# interactive session
rez env houdini -- hython
# running tests
rez env houdini pytest -- hython -m pytest
investigate if inlinecpp can be of any use for us when wrapping/hooking the nodes
(https://www.sidefx.com/docs/houdini/hom/extendingwithcpp.html#extending_hou_classes)