Skip to content

Commit

Permalink
rigbits: Fix mirror control with pymaya #414
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Feb 3, 2025
1 parent 29f22fc commit b8191f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/mgear/rigbits/mirror_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def mirror_pairs(self, pairs):
pm.select(clear=True)

# Mirror a source copy under a group node
grp = pm.group(world=True)
grp = pm.group(em=True, world=True)
pm.parent(source_copy, grp)
grp.scaleX.set(-1)

Expand Down

0 comments on commit b8191f9

Please sign in to comment.