MigNLA action slot behavior and reports

This commit is contained in:
Nathan
2026-02-19 11:53:34 -07:00
parent ae38056b1c
commit 1f28932792
3 changed files with 1552 additions and 9 deletions
+1 -2
View File
@@ -302,8 +302,7 @@ class DLM_OT_migrator_migrate_nla(Operator):
return {"CANCELLED"}
try:
from ..ops.migrator import run_mig_nla
run_mig_nla(orig, rep)
self.report({"INFO"}, "Migrate NLA done.")
run_mig_nla(orig, rep, report=self.report)
return {"FINISHED"}
except Exception as e:
self.report({"ERROR"}, str(e))