We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a925e12 commit c4098ffCopy full SHA for c4098ff
1 file changed
release/scripts/mgear/shifter/plebes.py
@@ -377,7 +377,7 @@ def align_guides(self):
377
"See the script editor for details!"
378
)
379
380
- def constrain_to_rig(self, nothing):
+ def constrain_to_rig(self, *args, **kwargs):
381
"""Constrain the plebe to the mGear rig using constraints"""
382
# Sanity checking
383
if not pm.objExists(self.template.get("root")):
@@ -434,7 +434,7 @@ def constrain_to_rig(self, nothing):
434
435
436
437
- def skin_to_rig(self, nothing):
+ def skin_to_rig(self, *args, **kwargs):
438
"""Transfer skinning from the plebe to the mGear rig"""
439
440
0 commit comments