Autodesk Maya is a 3D modeling, animation and rendering tool used by many entertainment companies in film, TV and advertising.
0
votes
1answer
8 views
How To Create A CheckBoxList in Maya
i want to create a checkbox list in Autodesk Maya (MEL only) which contains N number of items along with a check/ uncheck option next to it. so that on click of a button i can get value of all checked ...
0
votes
0answers
26 views
Trying to create a bake substance script in maya pymel
I have been trying to figure out how to script my own bake script for substance materials to files in maya, or find some documentation somewhere that gives me the commands and the format it should be ...
0
votes
2answers
64 views
how to split and rename objects inside a list in python
I have to grab all the objects with _cnt in my maya scene and split up them to obtain
from this :
#Left_Hand_Cnt
to this :
#Left_Hand_001_cnt
I've written this little script but only works ...
-1
votes
0answers
59 views
Could any one help me figure this code out? [closed]
So far I can't seem to figure this out. I'm already in week 5 of my scripting class. Were programing for maya. My project is due on Saturday.
What I need to do
A. Change script to list all key-able ...
0
votes
1answer
18 views
Maya: Show merged vertices
I am trying to select all vertices on an object that have been merged after executing a polyMergeVertex mel command. The original idea was to keep track of what vertices existed before the merge and ...
0
votes
3answers
42 views
Python Maya - If objectType returns “No object name specified”
I am trying to get maya to check if the listed object is a blendshape node or not.
This is my code:
def bake(self, *args):
self.items["selection"] = cmds.ls(sl = True)
self.items["shapes"] = ...
0
votes
2answers
42 views
multiprocessing in Maya pops up a window
I am writing a plugin for Maya 2011 using python. To utilize all the cores available in my machine (running Windows 7 32-bit) and speed up the performance of the plugin, I created multiple processes ...
0
votes
1answer
47 views
How to run a procedure if a module is successfully imported in Maya
I am just finishing a script that cam be run as a module. I had a procedure call in the original script so it ran when it was imported, opening my GUI.
Say I want to open this window if the module ...
0
votes
1answer
40 views
Maya: Create temporary MFnMEsh for smooth export
Im writing an exporter that exports the subdivision preview mesh via the 'generateSmoothMesh()' method like this:
MFnMesh mesh(mesh_dag_path);
MFnMesh subdiv_mesh(mesh.generateSmoothMesh());
but ...
0
votes
0answers
27 views
Input skeleton not found
I have a 3D-Model, made in Maya and I am trying to parse that through the latest XNA with the SkinnedModelProcessor (However, this issue remains without that processor).
In Maya, the skin is already ...
0
votes
1answer
43 views
Change non English OS to only output English in Python
I have a Win 7 Korean Edition (its korean edition, not ultimate with language pack). I am getting this error in Maya when i try to import PyQt4:
from PyQt4 import QtGui
Error: Error in ...
0
votes
1answer
65 views
Python Inheritance Only working in init
I recently posted a question about inheritance but it never got a correct answer so I'm trying again.
I have this code here:
import maya.cmds as cmds
import jtAutoRigUI
class ...
0
votes
1answer
193 views
How to convert obj 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 Maya2013 into my scene. I have exported the model as an obj file.
Now I need to know how to convert it into an JS file for ...
0
votes
1answer
45 views
Global from User defined GUI
So I think my problem is my understanding of Global Variables and subroutines. Plus the Lists at the start
Heres my code:
https://gist.github.com/anonymous/ff1b16aa4093a2929896
If I place it into ...
0
votes
1answer
30 views
Tumblr xAuth without oauth2 lib
I'm working on a plugin for Autodesk Maya. The application's Python libraries aren't in the same location as the normal python libraries (Maya uses Python 2.6.4). Basically, the 3D artists are neither ...
0
votes
1answer
68 views
Converting OpenGL's glRotated to Maya's cmds.rotate
I have a C++/OpenGL program that creates a lot of cylinders at various rotations so they all appear connected. I added on an export method to write a python script of the same draw methods for Maya so ...
0
votes
3answers
72 views
Selecting individual faces in maya using python
Hey I am currently working on a tool in maya and have a need to select each face and measure the surface area of each. Does anyone here have a good idea on how to go about doing that? To be honest I ...
3
votes
1answer
53 views
MDGModifier return values
I'm updating my command to use MDGModifier::commandToExecute instead of MGlobal::executeCommand in order to provide the undo mechanism. The problem is that my sequence of commands depends on values ...
0
votes
0answers
50 views
c++ vector equivalent in Maya c++ API
anyone know how to create a vector of user defined object using Maya c++ API? for example, I created a class called Person, how do I create a vector of Person, i.e. vector with Maya C++ API? i found ...
0
votes
1answer
80 views
Maya MFnRotateManip view rotation handle
The view rotation ring (the outer one) of the MFnRotateManip doesn't seem to be working correctly. Even in the rotateManip example, it only produces correct rotations if the initial rotation of the ...
-2
votes
1answer
120 views
How to develop a Maya Viewport Extension in C++(MFC) [closed]
I need to develop a Maya Viewport Extension in C++ with(MFC),also need to control view style(such as top view, left view etc.).Can I use Maya SDK to archive this and how to make it?Thanks.
1
vote
1answer
86 views
multiprocessing.Process subprocess.Popen completed?
I have a server that launches command line apps. They receive a local file path, load a file, export something, then close.
It's working, but I would like to be able to keep track of which tasks are ...
0
votes
0answers
83 views
Maya python callback for control points modified on a nurbs surface
I am searching for a way to register a callback to detect when the control points of my nurbsSurface are being modified.
...
0
votes
0answers
76 views
CheckBoxes won't set to False when using onCommand Python Pymel Maya
I have been making a user interface to allow the user to create a range of Polygon Shapes, based on various sliders and checkboxes. The trouble I'm having is that after specifying the onCommand ...
0
votes
0answers
100 views
Run Time Error using GUI in Maya with Pymel/Python
So I'm trying to make a GUI that allows the user the to build any of the specified polyShapes (chosen with check boxes) to whatever attributes they need (set in sliders). Also when each check box is ...
0
votes
2answers
79 views
Error Using aimConstraint Maya Python Pymel
I have a field of Spot Lights and am trying to use pm.aimConstraint to link their target to a locator (called "Light Point"). Here's the section that I'm struggling with and the error it gives me:
...
0
votes
1answer
160 views
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.core import *
s = selected()
if (s.selType() == 'poly'):
#do something
if ...
0
votes
1answer
39 views
maya change to work in pixels
When working in maya, the units are default on centimeters. I know that you can change it to millimeters, but is there a way to change it to work in pixels? Like for example let's say I wanted to make ...
0
votes
1answer
105 views
maya python place image on a plane
I'd like to create a nurbsPlane then place an image on the plane. I want to do this in python, this is what I have so far:
import maya.cmds as cmds
class image(object):
def __init__(self,name):
...
1
vote
2answers
71 views
How can I flatten a selection of points
I need to flatten a selection of points on their LOCAL normal axis. I'm assuming that if the normals are correct, that this axis will always be the same regardless if they select points from any side ...
0
votes
1answer
64 views
import python into pymel
I was working on my Auto-Rig script and noticed that the code was getting long making it hard to read and focus on one part. I was looking into importing a python file and call the functions inside ...
1
vote
1answer
77 views
iOS sockets: communication with Maya
Using this very helpful tutorial, I've been able to put together a test (video) of socket communication between the iOS Simulator and Maya. This is working very well with the simulator and localhost. ...
2
votes
1answer
110 views
Get vertex as single array
I need to get all the selected vertices and store them in an array so I can loop through and find out information about each vert.
Although I cannot figure this out.
sel = cmds.ls(sl=1)
print sel
...
0
votes
0answers
34 views
Shorten Window code
I'd like to know any ways of shortening this UI window for Maya, at the moment, because I couldn't find very detailed documentation and not very skilled with python, I have just built this UI with the ...
0
votes
1answer
55 views
Importing an animation from Maya to a DirectX application?
I am currently working on a game using DirectX. I have been working with the animations on this project for quite some time. It took me a while to notice, but I saw that my model and animation is ...
0
votes
1answer
129 views
Python & Maya : Namespaces
I've been searching on google how to deal with namespaces in Maya and all the results are for how to remove them. I don't want to remove them.
I'm referencing my character into the scene, I need to ...
0
votes
1answer
74 views
About the super() function
I'm using QtDesign to create my own UI and convert it to python version. So after subclass the UI python file, i had written some function to implement mouseEvent for QGraphicsView. Just one small ...
0
votes
0answers
111 views
Maya python vertex selection in the style of the merge vertex tool
I want to go into a mode (context I believe it is called?) where the user clicks on a vertex, can drag to another, and it creates a little red line in between them. From there I hope to be able to ...
-1
votes
2answers
288 views
how to take maya animation file in to unity? [closed]
I have a clip for a character in maya that I want to add character animations to, like jump, run, etc. in Unity , so basically I want to know how to link those animations with the character in unity.
...
1
vote
0answers
215 views
Maya export to Three.js JSON
I get a problem when I export my model from Maya to JSON threeJS
A lot of vertices look to be in a wrong position :
You can download
the model obj here : ...
1
vote
1answer
181 views
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 control points of this curve by using the following MEL commands:
createNode curveInfo;
connectAttr ...
0
votes
0answers
458 views
Unable to start 0xc000007b [closed]
I am receiving an error when trying to start certain x64bit programs like Maya
or the Unreal Development Kit. At first I thought it was just Maya, but then I
downloaded and tried to run the UDK and ...
-1
votes
1answer
62 views
Maya, combine all rig animations to one file [closed]
I've few Maya rig animation files. I wonder how can I combine all those animations to one single file? Any help.
0
votes
1answer
124 views
How can i export maya binary (.mb) file into openGL in iOS
I have .mb(Maya Binary) file that was created by maya with animation. I want to use this file in my OpenGL Project in iOS. I have searched for this and i got a result some script converts all of the ...
0
votes
3answers
114 views
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 of a list by using
if 'self.locList' in locals():
print 'it exists'
But it doesn't ...
0
votes
2answers
160 views
Python - Calling to a function within a method from another class
I'm using Python inside of Autodesk Maya but this should apply anywhere.
I have a class called bRigUI and it inherits from another class called wingUtils inside of the file wingUtilities.py
I can ...
1
vote
1answer
77 views
How to batch edit shapes of a swf animated movieclip?
For a flash game project I have swf animated clips generated through 3D rendering soft (i.e Maya Vector Renderer). Now I need to isolate parts of the clips (character's body, armor, sword, etc.) in ...
0
votes
0answers
29 views
Maya plugin template for Mac
I'm trying to develop a Maya plugin in c++ on Mac, and I'm thinking about developing it in an IDE.
I know there's Maya Plugin wizard for VS on Windows, so I'm looking for something similar. I found a ...
1
vote
1answer
146 views
How could i convert a maya file into a json file and use it with three.js
I want to use some maya files in my three.js project,but it seems like only the json files can be used in three.js
So how can i convert those files?
thank you!
0
votes
2answers
95 views
Rotation Automation
I've run into a few problems with this expression in Maya, basically anytime the radius is less than 1, the calculation is thrown off way too much.
float $radius = `getAttr ...
