Top "Maya" questions

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

Display 3dsmax models in web browser

I have some 3d models written in 3dmax/maya/cad/4dcinema , i wand to display them in my website so …

javascript maya 3ds
How to make a nested dictionary and dynamically append data

I have a loop giving me three variables matteGroup matteName object I would like to make a nested dicionary holding …

python dictionary nested maya
"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 …

pyside python-3.4 maya pyqt5 qtwidgets
Checking if a Variable Exists in Python - Doesn't work with self

Before you down rep this post, it hasn't been asked anywhere that I can find. I'm checking for the existence …

python maya
Pythonic way to dynamically add properties and setters

I'm working on a library for a 3D application that wraps the application's functionality into a set of Python classes, …

python class properties maya
Maya AbcExport with Python

I have the script to export an Alembic from Maya with MEL : AbcExport(-frameRange 31 41 -writeVisibility -dataFormat ogawa -root |myChar:char|…

python maya alembic mel
Iterating through THREE lists at once in Python?

This might be a rather complex question since it's possible a lot of you don't know the software that I'm …

python maya
Need to create a list of sets, from a list of sets whose members may be connected

I'm dealing with polygonal data in realtime here, but the problems quite simple. I have a huge list containing thousands …

python api maya
In Maya, how to query the world space coordinates of the control points of a curve using MEL

I created a curve using the EP curve tool. Then I tried to query the world space coordinates of the …

maya mel
How do I Get The Selected Object type

I need to basically query and perform a few tasks based on the current selection with PYMEL, example: from pymel.…

python 3d maya mel pymel