Showing results 1 to 10 of 500
Search took 0.01 seconds.
Search: Posts Made By: bendingiscool
Posted By bendingiscool On 07-10-2010 | Views: 2,312 Replies: 5
This sounds like a very simple MEL/Python task, select all your objects, and in a python tab run this...


import maya.cmds as mc

sel = mc.ls(sl=True)

for i in range(len(sel)):
polyToSub =...
Posted By bendingiscool On 07-09-2010 | Views: 1,989 Replies: 8
It's fairly dependant on how much detail you want to have, as imho any method that involves bolean operations gives you completly the opposite of control and flexibility. Boolean ops are very...
Posted By bendingiscool On 12-08-2010 | Views: 3,141 Replies: 11
I don't think Maya likes to display transparency if done through a gradient, or any other type of texture, in the viewports.

As long as it works in the render you don't have anything to worry...
Posted By bendingiscool On 21-06-2010 | Views: 2,353 Replies: 3
Forum: Programming
When I checked the command you were trying, the flag you were using is not there. The command as a whole does not appear to be related to swatch based stuff.

Have a look at the command...
Posted By bendingiscool On 13-06-2010 | Views: 3,252 Replies: 2
Don't scale the effect, thats not how dynamics work (unless you cache out the particles, then scale that perhaps?).

What you need to do is scale the scene, group everything together and scale that...
Posted By bendingiscool On 10-06-2010 | Views: 3,399 Replies: 7
Download the Maya Bonus Tools from the Autodesk site, they have an audio plug-in that you can use to drive an objects attributes.

cheers,
Chris
Posted By bendingiscool On 07-06-2010 | Views: 6,427 Replies: 19
I went to Uni in Swansea, pretty much the dodgyest place you could go, and my PC was fine, just lock the door and take caution ;)

When at uni I never felt the need for a laptop, would take notes...
Posted By bendingiscool On 02-06-2010 | Views: 2,007 Replies: 3
Forum: Maya Modeling
As stwert mentioned, you get pain in the ass names, plus you can use export various filetypes(.obj, .fbx, etc) with export mode.

cheers,
Chris
Posted By bendingiscool On 30-05-2010 | Views: 4,936 Replies: 1
The visor is just a place that Maya uses to store presets of various mel scripts, pfx brushes, dynamic caches/setups etc.

If you right click on one of the images in the visor it will give you...
Posted By bendingiscool On 29-05-2010 | Views: 2,378 Replies: 6
Is he UV mapped?
Showing results 1 to 10 of 500