Subject: rgbPP weirdness 2003-12-17 - By Bogdan
Back I'm trying to change the color for some particles using "rgbPP". So, I made a creation expression like this:
particle1Shape.rgbPP = rand(<<1,0,0>>);
and nothing; a few particles changes to some red hue. But if I use
particle1Shape.rgbPP = <<rand(1),0,0>>;
everything goes well. All the particles change their hue. Can somebody explain me why ? I use maya 5.1
And one more thing. I made a plug-in for autosaving. Anybody finds this usefull ?
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- List-help: <mailto:listar@(protected)?Subject=help> List-unsubscribe: <http://www.highend3d.com/maya/listserver/> List-subscribe: <http://www.highend3d.com/maya/listserver/> List-archive: <http://www.highend3d.com/maya/archive/>
|
|