migfkrot working for 1 frame

This commit is contained in:
Nathan
2026-03-09 15:15:19 -06:00
parent 32a292477a
commit 440b206116
7 changed files with 4617 additions and 2762 deletions
+2
View File
@@ -93,6 +93,8 @@ class DLM_PT_main_panel(Panel):
row.operator("dlm.migrator_bone_constraints", text="MigBoneConst", icon="CONSTRAINT_BONE")
row.operator("dlm.migrator_retarget_relations", text="RetargRelatives", icon="ORIENTATION_PARENT")
row.operator("dlm.migrator_basebody_shapekeys", text="MigBBodyShapeKeys", icon="SHAPEKEY_DATA")
row = box.row()
row.operator("dlm.migrator_fk_rotations", text="MigFKRot", icon="BONE_DATA")
# Tweak Tools
tweak_box = layout.box()