Tagged Questions
Autodesk Maya is a 3D modeling, animation and rendering tool used by many entertainment companies in film, TV and advertising.
11
votes
5answers
1k views
Best process to show an OpenGL Animation in iPhone
I'm having issues being able to import a bone and skeletal animation from Maya to Blender to iPhone. Here's what I've done:
install the ColladaMaya plugin to export a DAE for Blender to export
used ...
8
votes
1answer
389 views
Using MAYA 3D Model in a .Net application
If I want to render a 3D model created by Maya and do some animation with it in a .net application what should be my choice of platform - plain WPF or XNA?
5
votes
4answers
369 views
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 user can rotate the model and inspect it .
i have found this on the internet ...
5
votes
5answers
104 views
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 of sets of polygon Indecies (Integers) and I need to simplify the list as ...
5
votes
2answers
2k views
Using external GUI libraries to make user interfaces in Autodesk Maya
I develop tools in Autodesk Maya. Many of the tools I build have simple windowed GUIs for the animators and modellers to use. These GUIs often contain what you'd normally expect to see in any basic ...
4
votes
4answers
1k views
3D triangulation algorithm
Does anybody know what triangulation algorithm Maya uses? Lacking that, what would be the most probable algoritms to try? I tried a few simple off the top of my head (shortest/longest resulting edges, ...
4
votes
7answers
1k views
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 gotta' be a better way to do this. Basically, I'm looking to create a Vector class ...
3
votes
1answer
288 views
Pickle: Reading a dictionary, EOFError
I recently found out about pickle, which is amazing. But it errors on me when used for my actual script, testing it with a one item dictionary it worked fine. My real script is thousands of lines of ...
3
votes
1answer
447 views
Eclipse environment for Maya's python modules
I'm trying to set up the Eclipse IDE to recognize the maya.cmds module, an all modules associated with the maya module. The following code are tests run in Eclipse, and Maya's script editor.
import ...
3
votes
4answers
575 views
How do I calculate a 3D centroid?
Is there even such a thing as a 3D centroid? Let me be perfectly clear—I've been reading and reading about centroids for the last 2 days both on this site and across the web, so I'm perfectly aware at ...
3
votes
1answer
129 views
Maya Programming: Separating attributes into sections in the attribute editor
Sorry to be so application specific, but I noticed another well answered post about Maya development.
I've just written a plugin node for Maya. It just kills a bunch of particles according to a ...
3
votes
2answers
872 views
Importing models from Maya to OpenGL with c#
How do I import Maya model to OpenGL with C#? If you have any sample, it would be very useful.
2
votes
1answer
66 views
Determining the nature of 8 bytes of Data
Here's the context:
I am working an a Maya Plugin. One of the features require me to Drag an element from the Outliner Window onto a UI element of my plugins UI. (Everything in Maya is in Qt)
From the ...
2
votes
1answer
71 views
Can I use the same animation model on multiple 3D characters in Unity3D?
I am creating a game in Unity3D.
My character animation is in the form of stickman animation files but can be either Maya or Cinema4D.
Is it possible to have multiple 3D characters and swap between ...
2
votes
1answer
42 views
Switch statement using variables in the case condition
Is it possible to create Switch statements that use variables in the case condition, in Maya Mel Script language?
Something along the lines (stupid example for the sake of explanation):
$val1 = ...
2
votes
1answer
271 views
Import 3D model from maya to JOGL
I want to know how is it possible to import just a 3D model from maya to JOGL?
2
votes
3answers
832 views
Getting a Maya Model into the iPhone
What is the best way to do this? Googling has shown me a bunch of ways, but what is the current best? I'd be happy enough to just get the model exported from Maya and rendered on the iPhone screen, ...
2
votes
1answer
1k views
Import Maya 3D to Papervision 3D
I have created a 3D model on Maya and i would like to export it to Papervision3D in order to use it in Adobe Flash Professional CS5. I couldn't find anything that can help me on that can you please ...
2
votes
3answers
634 views
python version for maya and other 3d apps
I have a couple small projects that I want to use to learn python
what version should I be using if I want to move to scripting for maya, blender, etc later.
also what resources are there for ...
2
votes
1answer
281 views
Graphics for iPhone development from Maya
I am new to integrating graphics into iPhone apps and need some direction on integrating graphics from maya into the application flow. Does anyone out there have any advice on good books or tutorials ...
2
votes
1answer
377 views
maya2008 win32api 64 bit python
How is it possible to run import win32api successfully on a 64bit maya version 2008?
The following error occurs:
Error: No module named win32api
Traceback (most recent call last):
File "", line ...
2
votes
1answer
1k views
Running unit tests with Nose inside a Python environment such as Autodesk Maya?
I'd like to start creating unit tests for my Maya scripts. These scripts must be run inside the Maya environment and rely on the maya.cmds module namespace.
How can I run Nose tests from inside a ...
1
vote
2answers
49 views
creating a variable name dynamically
I have this code to create an interface and some buttons (python in maya)
class mrShadowMapChangerUI:
def __init__(self):
smAttrs = ...
1
vote
3answers
66 views
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 all the data like:
dictionary{matteGroup: {matteName: obj1, obj2, ob3} }
I am ...
1
vote
1answer
95 views
import 3dsmax,maya to matlab
I think it is difficult to create a 3d model of a botanical tree in matlab so that I want to create the tree using software such as 3dsmax, maya, etc and then import it to matlab. My ultimate purpose ...
1
vote
1answer
211 views
Maya 2012 to MD5 exporter ( export multiple meshes)
currently im doing a 3d avatar creation and customization using flash, (away3d and md5) .. im designing characters using MAYA 2012 and im going to export it as MD5 format , but i got in trouble ...
1
vote
1answer
196 views
Rendering Maya animation on Android?
I've been able to import 3D models from Maya into OBJ files, which in turn, are read by my Android app. This model can now be displayed and I can apply transformations on them as well, even on ...
1
vote
0answers
49 views
How to convert ANM files to Maya Acii?
I had these bunch of maya files on my hard drive. Unfortunately, my hard drive crashed, and I had to give it for data recovery. Now, those maya files got recovered as .anm files.
Is there a way to ...
1
vote
1answer
83 views
Issue with getting vertex colors from application to CGFX
Problem: I would like to work with vertex colors delivered by Maya in my cgfx shader. It should be a trivial problem but I have no luck so far.
Attempt: Below I have written up a super simple shader ...
1
vote
1answer
125 views
NURBS Curve : maintain length while editing
I'm trying to write an authoring tool for Maya where one of the criterion i have to satisfy is maintain length of a NURBS curve. The authoring tool provides the user the control to edit a NURBS curve ...
1
vote
2answers
211 views
Sending multiline commands to Maya Through Python Socket
I want to know is there a way to send a multiline command to maya through python socket and the Maya's own "commandPort" command?
I'm using below code for sending the code to maya("message" value is ...
1
vote
2answers
117 views
Maya application code will not compile when MFnParticleSystem is added to code
I am new with creating Maya applications and I am trying to use a particle system, but whenever I try to compile the code on my Mac I get the following error.
...
1
vote
1answer
268 views
Has anyone worked on OpenCV2.1 (pyOpenCV) , Python and Maya2010?
I am using
python 2.6.1
corresponding numpy (http://space.dl.sourceforge.net/project/numpy/NumPy/1.5.0/numpy-1.5.0-win32-superpack-python2.6.exe)
corresponding pyOpencv ...
1
vote
2answers
398 views
Text holes on polygon cylinder - boolean operation Maya 2010
I have been trying to make letter holes on a polygon cylinder. I have made the letter through Text option. I set the height a bit bigger than the height of the cylinder.
Then, using the Boolean ...
1
vote
1answer
135 views
mel Python programmin for maya about AtrrFieldSlidergrp
I wanna move the edge of an object with a slider in my UI. How is this possible?
Is it possible to select in the at command of the attrFieldSliderGrp not the whole object but just the face or edge of ...
1
vote
3answers
125 views
Find centre point in autodesk maya
how to find the centre point in autodesk maya...I know use the centre pivot but i can't find the point..how to find the exact coordinate of the 3d object created using autodesk maya? thanks.
1
vote
1answer
727 views
Creating a UI in maya using python scripting
I am creating a custom UI inside maya using python. I encountered some errors, Hope you guys could help. I attached my script below. Basically my script is trying to create a UI with buttons inside ...
1
vote
3answers
270 views
Best Practice for High Poly Model to interactive Flash
Our 3D designer has made some Maya models which look great because of their high poly count. I'd like to create interactive versions of these models bound for our website leveraging ...
1
vote
3answers
750 views
super function doesn't work inside a maya python module
Somehow, this works fine in the Maya/Python script editor, but fails when it's inside of my module code. Anyone have any ideas?
class ControlShape(object):
def __init__(self, *args, **kwargs):
...
1
vote
1answer
230 views
In MAYA 2009, is it possible to capture the cube rotate event?
I need to call a function ( Maya-Python ) based on cube rotationX. For that I have to capture the event, programmatically.
I tried using while loop but It stucks in the loop, Nothing can be done in ...
1
vote
3answers
470 views
maya export to flash 10
Adobe released flash 10 with 3d support but I can't seem to find any good information on how best to export a model from Maya to Flash. Is there a tutorial on how to do this?
thanks!
1
vote
1answer
120 views
Unexplained file not found for an existing file
Following is the error that occurs in this part of the code. Although the path is valid, a RuntimeError occurs—strange. What is happening, and how can I get this to work?
for ...
1
vote
1answer
1k views
File Translator to Export Animated 3D Character from Autodesk Maya as Quake MD2
I'm wondering if anyone knows of a way to export geometry/textures for a rigged, animated character as Quake MD2? I’m developing an app for mobile devices, and I’ve found that MD2 works great for ...
1
vote
1answer
686 views
Maya API to C++
I was reading about the Maya API to C++ and didn't quite understand the idea.
Upon implementing the API, Can I create an environment, or a GUI in 3D world in Visual Studio?
This question is related ...
1
vote
2answers
564 views
Creating a simple hierarchy structure in Maya using mel/python
So I want to create a very simple structure out of group and locator nodes in Maya which will then be exported for use in my game level.
e.g.
Group_Root
group_parent
- group1
- locator1
...
1
vote
2answers
469 views
Does Maya Mel have a good API to a IDE?
I'm developing in MAYA and looking for a good API to connect my models and to be able to control them programatically.
thanks.
1
vote
4answers
487 views
running a method within another method. python
I am calling a method within another. and the error for this script i am getting is
NameError: name 'mnDialog' is not defined
Is there a reason for it? I think it has something to do with ...
1
vote
3answers
1k views
Importing Maya ASCII to game
I am currently working on creating an import-based pipeline for my indie game using Maya ASCII .ma as source format and my own format for physics and graphics as output. I'll keep stuff like ...
1
vote
1answer
711 views
How do I attach a MEL UI to Maya's UV Texture Editor?
I do know how to create a MEL UI window and add content to it. I don't know how to "pin" that UI to a Maya window such as the UV Texture Editor. Ideally I would like to have the ability to control ...
1
vote
2answers
601 views
Why is Maya 2009 TreeView control giving a syntax error on drag?
I'm using the TreeView control in Maya 2009 but I'm getting a syntax error on drag and drop. My code is as follows (simplified for brevity):
class View(event.Dispatcher):
def __init__(self):
...