Skip to content

Commit c4098ff

Browse files
committed
Shifter: Plebes Constrain to Rig not working Fixes #502
1 parent a925e12 commit c4098ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release/scripts/mgear/shifter/plebes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def align_guides(self):
377377
"See the script editor for details!"
378378
)
379379

380-
def constrain_to_rig(self, nothing):
380+
def constrain_to_rig(self, *args, **kwargs):
381381
"""Constrain the plebe to the mGear rig using constraints"""
382382
# Sanity checking
383383
if not pm.objExists(self.template.get("root")):
@@ -434,7 +434,7 @@ def constrain_to_rig(self, nothing):
434434
"See the script editor for details!"
435435
)
436436

437-
def skin_to_rig(self, nothing):
437+
def skin_to_rig(self, *args, **kwargs):
438438
"""Transfer skinning from the plebe to the mGear rig"""
439439
# Sanity checking
440440
if not pm.objExists(self.template.get("root")):

0 commit comments

Comments
 (0)