diff --git a/release/scripts/mgear/shifter/component/__init__.py b/release/scripts/mgear/shifter/component/__init__.py index fbf409b9..ee66a681 100644 --- a/release/scripts/mgear/shifter/component/__init__.py +++ b/release/scripts/mgear/shifter/component/__init__.py @@ -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