You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 1048 and 1054 of the code script
([shifter_classic_components-->leg_2jnt_freeTangents-->init.py),
self.connectRef("Auto, ikFoot," + self.settings["upvrefarray"], self.upv_cns, True) ===>
self.connectRef("Auto, Foot," + self.settings["upvrefarray"], self.upv_cns, True)
If this type of leg component is used, the generated pole vector will not follow and fail when switching controller attr(legUI-L0_ctl.leg_upvref)
The text was updated successfully, but these errors were encountered:
On line 1048 and 1054 of the code script
([shifter_classic_components-->leg_2jnt_freeTangents-->init.py),
self.connectRef("Auto, ikFoot," + self.settings["upvrefarray"], self.upv_cns, True) ===>
self.connectRef("Auto, Foot," + self.settings["upvrefarray"], self.upv_cns, True)
If this type of leg component is used, the generated pole vector will not follow and fail when switching controller attr(legUI-L0_ctl.leg_upvref)
The text was updated successfully, but these errors were encountered: