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?

'qstring' Object Does Not Support Item Assignment Python

self.date = QtCore.QDate.currentDate() self.time = QtCore.QTime.currentTime() self.updateTime = Qt… Read more 'qstring' Object Does Not Support Item Assignment Python

Keeping Object Selected In The Outliner After Deselecting It In 3d View

I've created my own Graph Editor and Outliner, my problem is that I want to be able to keep the… Read more Keeping Object Selected In The Outliner After Deselecting It In 3d View

Maya Python: Unbound Method Due To Reload()

I have two files that import the same object tracking method from a third file. It works something … Read more Maya Python: Unbound Method Due To Reload()

PyQt Configuration And Installation Error

I'm trying to install PyQt for Maya on my Macbook pro. I've succesfully installed Qt and Si… Read more PyQt Configuration And Installation Error

Opening A CommandPort In Standalone Maya For Unit Testing

I am writing unit tests for a script that sends python code to Autodesk Maya trough the commandPort… Read more Opening A CommandPort In Standalone Maya For Unit Testing

Maya Python Scale Picture

How to scale a picture to fit a window/layout? With the code below the original image is not actua… Read more Maya Python Scale Picture