Hi @Miquel!
I’m using mGear beta 4 that I got from here: Release mGear 4.0.0 Beta 1 · mgear-dev/mgear4 · GitHub
I downloaded it on Tuesday 8/24 so I think it should be the latest, but I’ll double check and see if there’s any code changes I don’t have.
Thanks!
Ok, I checked EPIC_leg_01>init.py and it looks like I have the old values:
self.tws0_loc.setAttr(“sx”, .0)
self.tws2_loc.setAttr(“sx”, .0)
I’ll try changing them to .001 and see if that fixes the problem.
UPDATE:
Yeah, that looks like it fixed it! Sorry for adding unnecessary noise on the forum. For future reference, how do I make sure I’m testing the latest updates?
Also, I’m trying to learn. Why does changing the Scale X value on those two nodes stop the bone from flipping? I would’ve never guessed to try that.