1
vote
0answers
7 views
Maya Python: find encoding for printing byte strings
I'm struggling to get (or even set) the encoding used when a byte string is printed in the maya Script Editor.
I have discovered that sys.stdout has been assigned to maya.Output. …
0
votes
2answers
21 views
Preventing Python Output for Python-Maya Standalone
I am using python-maya standalone, and I want to prevent the stdout of maya commands when I run a maya command.
i.e. if I run, maya.cmds.file(open=True, "somefile.ma")
I don't wa …
1
vote
4answers
68 views
Best antivirus solution for post production workstations?
Hello there,
i am looking for a good and fast antivirus solution for our workstations. I am thinking about Nod32 but before i buy some licenses i'd ask for some experiences.
Is t …
1
vote
1answer
83 views
Geometry Shatter in Maya
Hi
What are my options for cutting geometry into pieces ? I remember seeing some scripts/plugins showing up recently - but I haven't tried anything. I'd prefer smth free/opensource …
1
vote
1answer
64 views
How to create directable lightning?
I need to create some directable lightning effects. Unfortunatly it has to be in 3d, so I cannot use afterEffects or other compositing solutions.
Any ideas?
0
votes
3answers
30 views
Maya Hypershade interface is empty, why ?
Hi
Most of the times when opening Maya, Hyperhsade´s interface is totally empty ,the only thing that displays is the main menu.
One workaround is to source the "HypershadePanel.me …
1
vote
2answers
45 views
maya default camera options
What would be the way to ensure each new camera has some default settings applied? Specifically gate settings. Probably possible with a scriptJob node, but maybe it's burried somew …
2
votes
2answers
91 views
Which applications are safe to run from server instead of local installations (Python, Nuke, Fusion, Maya etc)?
Instead of installing an application on C:\program files ... it would be desirable to install on a server and run from it.
If the environment for the application is setup correctly …
0
votes
1answer
61 views
How can I call a method on a python object through mel?
Hi,
How to resolve this.
Following error occurs from maya. I am doing the following in Filemenu.mel file. this runs at the startup.
python("import saveCentral_fromPath");
.
.
…
2
votes
1answer
157 views
(Windows) Set Maya playblast compression option in MEL
Maya Version 2009 (though earlier and later solutions might work)
I've got a script which renders 10 smallish images using Playblast. For hundreds of animations. In Playblast usin …
1
vote
1answer
37 views
Maya particle expression not updating correctly
I'm doing some terrain modeling and I'm using textures to displace a soft body mesh. This is fine when I use 2D textures and "colorAtPoint". But when I wanted to use some solid t …
1
vote
1answer
95 views
How do I set per-particle field and emitter arttributes on nodes in namespaces in Maya?
Greetings - I'm wondering if it is possible to use particle systems with namespaces. THe problem arises when using PP attributes that supply data to specific dynamic nodes...
Wit …
1
vote
2answers
102 views
Understanding Undo-Redo
Hi,
I am developing a undo-redo frame work using python. There is bit of confusion and I tried similar approach in Maya but even in Maya I won't able to understand it's undo-redo …
2
votes
1answer
124 views
How to get a camera in Maya from a Camera to World matrix?
Here's the camera data taken from the LightStage knight's head data set (source http://gl.ict.usc.edu/Data/LightStage/)
#focal length
24745.1 24731.5
#principal point
1962.85 1167 …
1
vote
2answers
66 views
How do I copy files from Maya with python using parallel processing?
Hi,
I need to copy a huge chunk of folders from local to server while working on an application ( maya 3d ). How is it possible. specifically.
Brgds,
kNish
