You cannot post messages because only members can post, and you are not currently a member.
Description:
For Maya Users and Python Programmers.
|
|
|
Maya Stand Alone, Recording Values Over Time
|
| |
How would i record the values of attribute over time? I was told that with Maya Standalone, you don't have access to Mayas UI elements because that aren't loaded/ don't exist. So if I wanted to record the position of an object from frame 1-20 how would I achieve that, since I can't use the cmds.currentTime() command to update the time in the scene... more »
|
|
Maya Stand Alone Issue, Baking Animation
|
| |
Hey, I'm currently using Maya Standalone to baked out a list of controllers on a rig and copy their animation onto a locator. When I run the script any controllers that have key frames on them will transfer over, but if a controller is constrained to an object the script will only copy the first... more »
|
|
CGCircuit
|
| |
Hi folks,
CGCircuit is a new site where industry folks can create and sell tutorial
videos. I've released a video series on the Maya API available here.
[link]
It's almost 7 hours of material that will give you a broad spectrum of the
API. It focuses mostly on C++ but the API topics transfer to Python.... more »
|
|
PyQt stub modules?
|
| |
Hey All,
Was wondering if any emacs users had PyQt completion working. The
completion mechanism many seem to use in emacs is pymacs+rope/ropemacs/
ropemode, but as far as I can tell, it doesn't work with the binary
files installed in the PyQt4 package. I've been using the stub
modules for Maya, which has seemed to work alright - maybe someone has... more »
|
|
another newbie question
|
| |
i'm trying to make a bunch of cubes move and rotate everytime I update
the current time by using the setTranslation and setRotation. It's not
doing that when I call moveCubes(). Please let me know what's wrong
with my script. Thanks!
...import maya.OpenMaya as om
import maya.cmds as cmds
import sys... more »
|
|
- Print used files by execute button
|
| |
Hi Team
I have gone through the cmds detail which mike has posted...i am
little away to make button executable in python.
I am unable to make a button executable programme in Py.
Can you please make one smiler example of execute button in PY.
See i have MEL script for FILE TEXTURE MANAGER,it has the things which... more »
|
|
panel similar to spreadSheet
|
| |
Hello
This question might be somewhat offtopic, but I couldn't get
information
elsewhere - perhaps someone can help.
So...
I need a sortof SpreadSheet control that is not connected to any
objects
and attributes.
Standard maya "spreadSheetEditor" lists nodes as rows and attributes
as
columns. How would I create a similar UI that is not dependand on any... more »
|
|
Maya 2012 loses some hotkeys?
|
| |
I been seeing a problem using maya 2012 on windows 7 were the hotkeys like f, w,e,r 4 and 5 stop working in the 3d view. Sometimes you can middle click in the 3dview and they will work again but other times not. I suspect that it is a window focus issue but have not been able to track it down. Have others seen this or know how to solve this problem?... more »
|
|
input and output attrs as children under the same compound array?
|
| |
Is there any gotcha with putting input and output attributes as children
under the same compound array?
Details:
I have a node with a compound array attribute. For each item I'm handling,
I get input data and compute an output. I've usually structured these
cases like this:
Input data:
itemsInputCompound[0].inputFlo at... more »
|
|
|