Message 1 of 3

Not applicable
10-23-2017
07:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I want to change the color of maya fluid by python. I used the following command:
cmds.setFluidAttr( 'fluidShape2', at='color', vv = (0,0,0), xi=x, yi=y, zi=z );
Unfortunately, it doesn't really change anything and there is no error.
Do you have any idea? And anyone knows how to set color for each cell? I want to assign specific color value to the cell according to its density.
Cheers!
Solved! Go to Solution.