Skip to content

Commit

Permalink
Import expressions before rigging so drivers can work
Browse files Browse the repository at this point in the history
  • Loading branch information
Upliner committed Feb 25, 2024
1 parent 81969da commit 5f7bdab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions finalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,13 @@ def exec(self, _, ui):

apply_morphs(ui)
self.vg_cleanup = ui.fin_vg_cleanup
if not self._do_rig(ui):
return {"CANCELLED"}

if ui.fin_expressions != "NO":
_import_expresions(ui.fin_expressions == "CA")

if not self._do_rig(ui):
return {"CANCELLED"}

# Show warning if fin_morph == "AL" and some shapekeys are present?

_add_modifiers(ui)
Expand Down

0 comments on commit 5f7bdab

Please sign in to comment.