Hi everyone,
I have a Maya scene where I am using a collision event one one set of particles to spawn a second set of particles with instanced geometry. Thats all working well and good, however I want to have the new particle instances randomly rotated and scaled at birth.
My plan was to create a pair of per particle attribute for the second set of particles (say randScale and randRot), assign them as creation expressions, and then link them to the particle shape via the scale and rotation options in the particle shapes instancer rollout. Basically the same as you would for any regular particle stuff.
The issue I am having is that this doesnt seem to work. As soon as I set the scale and rotation options to my custom attributes (randScale and RandRot) the instanced disappear from the viewport.
Any idea what I am doing wrong here? Can you not set creation expressions on particles that have been created from a collision event? It may be a simple question, but I have been away from Maya for a while and am quite rusty.
Cheers, Jan