Skip to content

Commit

Permalink
fix simple rig control value bug
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Feb 14, 2024
1 parent 6cda839 commit d7c6226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/mgear/simpleRig/simpleRigTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ def _set_name(extension):

npo = pm.createNode('transform', n=_set_name("npo"))
npo.setTransformation(t)
attribute.lockAttribute(npo)
if parent:
pm.parent(npo, parent)
attribute.lockAttribute(npo)

ctl = ico.create(npo,
_set_name("ctl"),
Expand Down

0 comments on commit d7c6226

Please sign in to comment.