Parenting Solid Particle System

Have been scanning documentation trying to work out how to assign parent to a SPS. Is that even an option? Currently I am iterating through all particles updating their positions but that doesn’t seem right.

Is there a way to “attach” SPS to a mesh?

Searched docs again, this time for mesh instead of parent and voila!

sps.mesh.parent = pivot // <-- pivot is a parent mesh in my case

I knew I am missing something. Closing this.

1 Like