It seems that switching the preview mesh in the control rig editor is affecting the initial transforms in the hiearchies of related control rigs in the level viewport. This seems to be due to the call in FControlRigEditor::HandleSetObjectBeingDebugged where we set the new hierarchy on the control rig blueprint:
RigBlueprint->Hierarchy->CopyPose(DebuggedControlRig->GetHierarchy(), false, true, false);
The new hierarchy is then copied to the CDO which is then copied to each of the control rigs when the blueprint is compiled. That changes the pose of the mesh in the level viewport.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-212499 in the post.
0 |
Component | UE - Anim - Rigging - Control Rig |
---|---|
Target Fix | 5.6 |
Created | Apr 16, 2024 |
---|---|
Updated | Sep 19, 2024 |