We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4402ec9 commit 3a5e2a9Copy full SHA for 3a5e2a9
test/unit_tests/send2ue_skeletal_meshes.py
@@ -120,6 +120,9 @@ def test_send_ue2rigify_mannequin_rig_to_unreal(self):
120
bpy.data.collections['Rig'].objects.link(mannequin_rig)
121
bpy.context.scene.collection.objects.unlink(mannequin_rig)
122
123
+ # unfreeze the rig
124
+ bpy.context.window_manager.ue2rigify.freeze_rig = False
125
+
126
# set the source rig
127
bpy.context.window_manager.ue2rigify.source_rig_name = 'root'
128
0 commit comments