when I load mesh group and load RRM3 rig it get this error when I attempt to export. Detaching controlRig
"controlRig" is not referenced
# Warning: Nothing is selected. Select objects or components to delete.
# Traceback (most recent call last):
# File "C:\ProgramData/Autodesk/ApplicationPlugins\rrm3\Contents\scripts\gui\main_tabs_export_rig.py", line 77, in <lambda>
# export_skel_and_mesh_as_fbx_button.clicked.connect(lambda *args: self.export_fbx())
# ^^^^^^^^^^^^^^^^^
# File "C:\ProgramData/Autodesk/ApplicationPlugins\rrm3\Contents\scripts\gui\main_tabs_export_rig.py", line 288, in export_fbx
# fbx_export.export_skeleton_and_mesh(rig=rig, mesh_grp=mesh_grp, file_path=file_path)
# File "C:\ProgramData/Autodesk/ApplicationPlugins\rrm3\Contents\scripts\control_rig\rig_post_build\fbx_export.py", line 24, in export_skeleton_and_mesh
# detach_skeleton_from_rig(rig=rig_dag.name())
# File "C:\ProgramData/Autodesk/ApplicationPlugins\rrm3\Contents\scripts\control_rig\rig_post_build\fbx_export.py", line 168, in detach_skeleton_from_rig
# cmds.disconnectAttr(f'{rig}.rrmSHJoint', f'{jnt}.rrmSHJoint')
# RuntimeError: There is no connection from 'controlRig.rrmSHJoint' to 'L_Leg_Toe_SH_Jnt.rrmSHJoint' to disconnect not sure what I am doing incorrect.
I am not sure what could cause your attributes to already be disconnected at time of export, but in the next update, I will add a check to not try to disconnect attributes.
You could also try rebuilding the rig, which should remake the missing connections, and try exporting again.