MigNLA: now makes repchar active before activating animlayers to avoid requirement for manual activation
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user