add remove original button

This commit is contained in:
Nathan
2026-03-10 10:19:22 -06:00
parent 53927a6880
commit 50d3f05dd9
15 changed files with 2925 additions and 665 deletions
+1
View File
@@ -84,6 +84,7 @@ class DLM_PT_main_panel(Panel):
row.prop(props, "replacement_character", text="Replacement")
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")