MigNLA: now makes repchar active before activating animlayers to avoid requirement for manual activation

This commit is contained in:
Nathan
2026-03-25 14:39:03 -06:00
parent 3c0839249f
commit 7c1969de20
4 changed files with 940 additions and 10 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ class DLM_OT_migrator_migrate_nla(Operator):
return {"CANCELLED"}
try:
from ..ops.migrator import run_mig_nla
run_mig_nla(orig, rep, report=self.report)
run_mig_nla(orig, rep, report=self.report, context=context)
return {"FINISHED"}
except Exception as e:
self.report({"ERROR"}, str(e))