rm run migration

This commit is contained in:
Nathan
2026-03-10 10:21:13 -06:00
parent 50d3f05dd9
commit 48f0065859
4 changed files with 1137 additions and 40 deletions
-1
View File
@@ -85,7 +85,6 @@ class DLM_PT_main_panel(Panel):
row.operator("dlm.picker_replacement_character", text="", icon="EYEDROPPER")
row = box.row()
row.operator("dlm.migrator_remove_original", text="Remove Original", icon="TRASH")
row.operator("dlm.run_character_migration", text="Run migration", icon="ARMATURE_DATA")
row = box.row(align=True)
row.operator("dlm.migrator_copy_attributes", text="CopyAttr", icon="COPY_ID")
row.operator("dlm.migrator_migrate_nla", text="MigNLA", icon="NLA")