Problem with deep clone not working as expected.

Issue #125 resolved
NemesisMate created an issue

When a particle is cloned it shares it mesh (this is expected) but when deep cloning it shouldn't (but it does). As a result, all deep cloned particles will share the same mesh, only "applying", for example, the color of the last updated particle's influencer.

How to reproduce: - Create a particle with a color influencer. - Deep clone that particle. - Change the particle color for the cloned particle.

Comments (3)

  1. Log in to comment