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

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)

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

'exceptions.runtimeerror' - Object Has No Attribute 'errno'

I'm working with Maya 2018 and there's a weird thing going on. When I select multiple verti… Read more 'exceptions.runtimeerror' - Object Has No Attribute 'errno'

Make Input And Run Loop To Create Custom Number Of Objects

I have been trying to learn how to code for Maya for a while. And here I am making a rock generator… Read more Make Input And Run Loop To Create Custom Number Of Objects

How To Store And Then Retreive Parent-child Dependency Data (maya Mel/python Script)

I have a hierarchy that I need to: break apart doSomething() put it back together the same way it… Read more How To Store And Then Retreive Parent-child Dependency Data (maya Mel/python Script)

Object Match Error When Running A Python Script From Command Line Maya

I have this script in Python which I'm running into a maya file from a command line: import may… Read more Object Match Error When Running A Python Script From Command Line Maya

What Does It Mean For An Object To Be "in The Underworld?"

I have this code: def block_stacks(num): stack = cmds.group(empty=True, name='Stacks#')… Read more What Does It Mean For An Object To Be "in The Underworld?"

How To Check If Instance Exists If Variable Not Existing?

I have a button which imports a module with a class. The class (varClass) creates a window. If i cl… Read more How To Check If Instance Exists If Variable Not Existing?