patcorwin/fossil

Hip Card has errors when building Dogleg module

Closed this issue · 2 comments

/
| Hip_card |
| Traceback (most recent call last): |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\cardRigging.py", line 816, in buildRig |
| registeredControls[ card.rigData.get('rigCmd') ].build(card) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\cardRigging.py", line 598, in build |
| ctrls = cls.buildSide(card, card.start().real, card.end().real, False, side, buildFk=buildFk) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\cardRigging.py", line 537, in buildSide |
| name, ikCtrl, ikConstraints = cls.buildIk(card, start, end, side, sideAlteration, isMirroredSide) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\cardRigging.py", line 567, in buildIk |
| ikCtrl, ikConstraints = cls.ik( start, end, groupName=ikGroupName, **kwargs ) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\rigging_util.py", line 118, in newFunc |
| res = func(*args, **kwargs) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\rigging\dogHindLeg.py", line 213, in buildDogleg |
| util.makeStretchyNonSpline(footCtrl, mainIk) |
| AttributeError: 'module' object has no attribute 'makeStretchyNonSpline' |
_
________________________________________________________________________________________________________________________/


/
| The following cards had errors: |
| Hip_card |

-It's worth noting that this happens even when I don't modify anything in the dogleg template build.
-This happened in 2019

Was able to actually get the doglegs to build, albeit with errors by commenting out line 213 "util.makeStretchyNonSpline(footCtrl, mainIk)"

This got fixed at some point in the past, forgot to close it out then.