I'm using PyroEvil's molecular addon to have a bunch of particles collide with each other and the environment. However, I also have some other objects in the environment which I'd like to get to react with the particles (e.g. plates, cups, food)
I could create another few particle systems and make each object another particle, but Blender's particle system only supports spherical particles and the collision would look absurd.
So, how can I make molecular particles collide with irregularly-shaped objects and have them move about?