Skip to content

Commit

Permalink
shifter: fix non hierarchy joint build
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Oct 24, 2024
1 parent 188f16c commit 3d76913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/mgear/shifter/component/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def initialHierarchy(self):
self.compCtl = self.root.addAttr("compCtl", at="message", m=1)

# joint --------------------------------
if self.options["joint_rig"] or self.options["joint_soup"]:
if self.options["joint_rig"]:
self.component_jnt_org = self.rig.jnt_org
# The initial assigment of the active jnt and the parent relative
# jnt is the same, later will be updated base in the user options
Expand Down

0 comments on commit 3d76913

Please sign in to comment.