Top "Maya" questions

Autodesk Maya is a 3D modeling, animation and rendering tool used in film, TV and advertising.

Convert pyQt UI to python

Is there a way to convert a ui formed with qtDesigner to a python version to use without having an …

python pyqt maya pymel
How to convert object to json file for three.js model loader

I am building a browser game with three.js and I want to load a model from Maya 2013 into my …

python json three.js maya
NameError: name '__main__' is not defined

I have been reading here, but I couldnt find any solution online to solve my problem..I think I have …

python main maya
Can I generate Point Cloud from mesh?

I'm trying to generate point cloud data from mesh such as (.obj) file of Maya. But, I could find out …

3d mesh maya point-clouds meshlab
Python Vector Class

I'm coming from a C# background where this stuff is super easy—trying to translate into Python for Maya. There's …

python class object vector maya
Maya Python: cmds.button( ) with UI passing variables and calling a function?

First of all, this seems to be a great place to learn more about programming. I've written a maya python …

python maya pymel
MAYA Python Script , getting a position of an selected object using GetAttr

I am trying to make a simple "allign tool" in maya using Python script, and this is how far I …

python translate maya getattr
How to get the name of a selected Object Python Maya

Hei all, I have this procedural program that creates different object in Maya through Python. After the creation of these …

python selection maya ls
How can I install Python modules programmatically / through a Python script?

Can I download and install Python modules from PyPi strictly inside a script, without using a shell at all? I …

python pip distutils easy-install maya
use external python script to open maya and run another script inside maya

Is it possible to call a script from the command prompt in windows (or bash in linux) to open Maya …

python bash batch-file maya pymel