Closed ynbot closed 1 month ago
The error in essence is that it's trying to export both these nodes at "roots":
|ttro133_0020_0020_camerarigMain01:_GRP|ttro133_0020_0020_camerarigMain01:cam_main_GEO|ttro133_0020_0020_camerarigMain01:rig|ttro133_0020_0020_camerarigMain01:attach_offset|ttro133_0020_0020_camerarigMain01:attach_ctrlConstrained_grp|ttro133_0020_0020_camerarigMain01:attach_ctrl|ttro133_0020_0020_camerarigMain01:position_ctrl|ttro133_0020_0020_camerarigMain01:offset_ctrl|ttro133_0020_0020_camerarigMain01:local_ctrl|ttro133_0020_0020_camerarigMain01:handheld_ctrl |ttro133_0020_0020_camerarigMain01:_GRP|ttro133_0020_0020_camerarigMain01:cam_main_GEO|ttro133_0020_0020_camerarigMain01:rig|ttro133_0020_0020_camerarigMain01:attach_offset|ttro133_0020_0020_camerarigMain01:attach_ctrlConstrained_grp|ttro133_0020_0020_camerarigMain01:attach_ctrl|ttro133_0020_0020_camerarigMain01:position_ctrl|ttro133_0020_0020_camerarigMain01:offset_ctrl|ttro133_0020_0020_camerarigMain01:local_ctrl|ttro133_0020_0020_camerarigMain01:handheld_ctrl|ttro133_0020_0020_camerarigMain01:camera
Or shortened:
|ttro133_0020_0020_camerarigMain01:handheld_ctrl |ttro133_0020_0020_camerarigMain01:handheld_ctrl|ttro133_0020_0020_camerarigMain01:camera
And hence the export doesn't understand it because camera would then be a top-level node, but ALSO a child of handheld_ctrl. Why it thinks it needs to do that might need the scene for some debugging.Maya scene provided Unmanaged custom blot!
camera
handheld_ctrl
Duplicate of https://github.com/ynput/ayon-maya/issues/125
The error in essence is that it's trying to export both these nodes at "roots":
Or shortened:
And hence the export doesn't understand it because
camera
would then be a top-level node, but ALSO a child ofhandheld_ctrl
. Why it thinks it needs to do that might need the scene for some debugging.Maya scene provided
Unmanaged custom blot!