Home Website Youtube GitHub

[solver] [mgear 4.0.3] Issue with Epic mannequin template

Hi there,
so i’m running into a issue with the Epic mannequin Template Yup,
after loading it up and building, the legs and shoulders dont function as expected.

im using maya 2022.1 with python version 2, same issues happens in maya 2020.
mgear 4.0.3

GIF 24-10-2021 13-47-29

Just to make sure first, can you check that you don’t have “Preserve children” on?

(I’m guessing it isn’t that, since you’ve tested in multiple versions. But just checking.)

1 Like

oh god, yep, that´s it… hahah,
thanks

Yep, I have this in my build scripts to turn it off. I’ve forgotten my share of times too.

import maya.mel as mel
mel.eval('setTRSPreserveChildPosition false;')
5 Likes