Phlok
09-23-2009, 08:43 AM
Hello there,
Currently, I am kind of stuck in a project. In the scene, there are some particles flying around.
Now I want to attach small spheres to some of those particles (no more than 5% of the particles), as those spheres are intended to create a special sparkling effect in the final render.
I tried createing some spheres, translating them and later parenting them to the specific particles via...
parent $newSphere particleShape1.pt[$i];
...but Maya didn't like that, giving an error about parenting to underworld objects wasn't possible.
Do you maybe have a better idea for creating the desired behavior?
Currently, I am kind of stuck in a project. In the scene, there are some particles flying around.
Now I want to attach small spheres to some of those particles (no more than 5% of the particles), as those spheres are intended to create a special sparkling effect in the final render.
I tried createing some spheres, translating them and later parenting them to the specific particles via...
parent $newSphere particleShape1.pt[$i];
...but Maya didn't like that, giving an error about parenting to underworld objects wasn't possible.
Do you maybe have a better idea for creating the desired behavior?
