Is it possible to merge or combine two different particle objects into one? I want to be able to draw particles and add them to a previously created particle object.
Window->Relationship Editors->Dynamic Relationships
you can have multiple emitters connected to one particle object
This isn't using emitters though. I'm creating the particles by drawing them.
oh.. well one way would be to write a script that makes a new particles object using the positions of the particles using the ones you drew.. another way would be to emit particles from the particles you drew and then connect those emitters to another particle object