Skip to content Skip to sidebar Skip to footer
Showing posts with the label Maya

Maya Python Script Works From Console, Doesnt Work From File

import maya.cmds as cmds #Function def printTxtField(fieldID): print cmds.textField(fieldID, q… Read more Maya Python Script Works From Console, Doesnt Work From File

Maya: Connect Two Joint Chains With Parent Constraint

So here is a snipit of an IK spine builder I've been working on. I've figure out how to mak… Read more Maya: Connect Two Joint Chains With Parent Constraint

"Module Use Of Python34.dll Conflicts With This Version Of Python"

My knowledge of Python is still pretty basic, and I am only now trying to wrap my head around how t… Read more "Module Use Of Python34.dll Conflicts With This Version Of Python"

Freeze Scale Transform On A Parent Object With Animated Child (MAYA MEL/Python Script)

I have hierarchy of objects with animation on translation and rotation, the scale xyz are equal and… Read more Freeze Scale Transform On A Parent Object With Animated Child (MAYA MEL/Python Script)