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
{{ message }}
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
Hey guys,
I have been doing some testing of mGear from a rez package using Maya 2017 update 4 with mGear 3.0.3 and I have hit this bug straight out of the gate.
I found if I removed the setAttr then it evaluates correctly, but I haven't spent enough time digging into your components to see if that setAttr is needed for some other reason.
I have found that by setting an optionVar (related to pairBlend creation on constrained transform attributes) solves the problem:
pm.optionVar(iv=('animBlendingOpt', 1))
The related Preference setting is the Animation Blending. My Preferences was a bit trashed and no option was selected there. The Never blend... option (animBlendingOpt=0) prevents transforming constrained nodes and prevents setting its constrained parameters as the leg building code probably tries.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error: setAttr: The attribute ‘leg_C0_tws2_loc.scaleX’ is locked or connected and cannot be modified.
Reported in the forum: http://forum.mgear-framework.com/t/mgear-2-5-24-biped-template-erroring-when-building/117
The text was updated successfully, but these errors were encountered: