Is thare a way to rename the rig (without deleting it and generating it one more time, also without rebuilding using the rebuild functionality)? Can you add a suffix after the rig name?
Let me explain th problem:
I named a rig for example with the name "Name". Now I have controls' and joints' hierarhies named like this:
Name
NameMainOffset_Ctrl_Grp
NameMainOffset_Ctrl
NameMain_Ctrl
NameMain_Inner_Ctrl
NamePivot_Ctrl_Grp
NamePivot_Ctrl
NamePivot_CtrlOffset_Grp NameSingleHierarchy_Grp
NameTrajectory_Jnt
NameRoot_SH_Jnt
NameTail_01_01_SH_Jnt
NameTail_01_02_SH_Jnt
NameTail_01_03_SH_Jnt
Namel_Wing_Clavicle_SH_Jnt
Namel_Wing_Shoulder_SH_Jnt
Namel_Wing_Elbow_SH_Jnt Insted I would like to have underscore ("_") after the Name, like this: Name
Name_MainOffset_Ctrl_Grp
Name_MainOffset_Ctrl
Name_Main_Ctrl
Name_Main_Inner_Ctrl
Name_Pivot_Ctrl_Grp
Name_Pivot_Ctrl
Name_Pivot_CtrlOffset_GrpNameSingleHierarchy_Grp
Name_Trajectory_Jnt
Name_Root_SH_Jnt
Name_Tail_01_01_SH_Jnt
Name_Tail_01_02_SH_Jnt
Name_Tail_01_03_SH_Jnt
Name_l_Wing_Clavicle_SH_Jnt
Name_l_Wing_Shoulder_SH_Jnt
Name_l_Wing_Elbow_SH_Jnt
So now I guess it shoud have underscores in those places by default, like it was in RRM2
Right now I think I'm gonna Search and Replace, but I hope there is/will be more elegant way :)