I am delving into KineFX at the moment and have hit an issue. Hopefully just something simple I am missing.
So I have a basic test rig made in KineFX similar to the hive presentation and it is working as expected. With the rigpose node I can select my controls (set up with the attachconrolgeo node) and so on.
I can't however seem to figure out how to get selection and manipulation of those controls up a few levels. That is to say wrap it all up in an HDA (or even just leave it just in the geo container) and have the controls selectable, manipulatable and animatable at the obj level? I wouldn't want/expect an animator to delve into the node, select the rigpose and get going like that for most base projects.
There are mentions of using the computerigpose node and adding kinefx__rigpose into the HDA's default state box but that doesn't seem to work, either nothing happens or the promote button on the computerigpose nod flags up the error I'll paste below.
Many thanks all,
Richard.
Traceback (most recent call last):
File "kinefx:op/computerigpose/promoteparms", line 2, in <module>
File "/Applications/Houdini/Houdini18.5.499/Frameworks/Houdini.framework/Versions/18.5/Resources/packages/kinefx/python2.7libs/kinefx/poseparms.py", line 657, in promoteComputeRigPoseParms
appendPoseParms(t_node, save_to_definition, parmname)
File "/Applications/Houdini/Houdini18.5.499/Frameworks/Houdini.framework/Versions/18.5/Resources/packages/kinefx/python2.7libs/kinefx/poseparms.py", line 650, in appendPoseParms
node.setParmTemplateGroup(ptg)
File "/Applications/Houdini/Houdini18.5.499/Frameworks/Houdini.framework/Versions/18.5/Resources/houdini/python2.7libs/hou.py", line 14346, in setParmTemplateGroup
return _hou.Node_setParmTemplateGroup(self, parm_template_group, rename_conflicting_parms)
OperationFailed: The attempted operation failed.
Reserved parameter 'transformations' already exists