Hi,
Whenever I click on the bake button of the rigpose node, I get an error :
Traceback (most recent call last):
File "kinefx::Sop/rigpose/bake", line 1, in <module>
File "kinefx::Sop/rigpose, PythonModule", line 38, in showBakeDialog
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/packages/kinefx/python3.10libs\kinefx\ui\bakingdialog.py", line 443, in setNode
self._checkSourceOutput()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/packages/kinefx/python3.10libs\kinefx\ui\bakingdialog.py", line 385, in _checkSourceOutput
if len(self.source_node.outputNames()) > 1:
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.10libs\hou.py", line 15759, in outputNames
return _hou.Node_outputNames(self)
hou.ObjectWasDeleted: Attempt to access an object that no longer exists in Houdini.
The rigpose is directly connected to the output of my skeleton.
I'm stuck !
Please help