mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
259 stars 91 forks source link

In [shifter_classic_components-->leg_2jnt_freeTangents-->__init__.py] has a bug #412

Open huadingjin opened 3 weeks ago

huadingjin commented 3 weeks ago

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)

Snipaste_2024-06-11_18-25-27

miquelcampos commented 1 week ago

Hi @huadingjin Thanks for the feedback. I will check it ASP