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

How To Use Python (maya) Multithreading

I've been looking at examples from other people but I can't seem to get it to work properly… Read more How To Use Python (maya) Multithreading

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

Python + Maya: Rotate Y Axis To Be Along Vector

How can I rotate the circle shape so it's y axis is along the supplied vector? The vector in th… Read more Python + Maya: Rotate Y Axis To Be Along Vector

Running List Of Cmd.exe Commands From Maya In Python

I am writing a maya python script to batch render a scene into jpgs then use ffmpeg to turn them in… Read more Running List Of Cmd.exe Commands From Maya In Python

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

Qabstratcttablemodel - Removerows

Code is almost complete. Here's the deal: It is python and PySide. I have a QAbstractTableMode… Read more Qabstratcttablemodel - Removerows

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)

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?