Page 1 of 1

Octane Scatter Objects jumping

Posted: Wed Oct 11, 2023 11:37 am
by jerrymeer
In my current project, I imported a .abc particle simulation into C4D.
To make the particles visible, I used the Octane Scatter Vertex method.
I assigned multiple objects as child objects to the scatter.
Unfortunately, when rendering, the particles seem to jump back and forth. This doesn't happen when I assign just one object to the scatter. Is there a fix for this?

I'm using Octane C4D R2020.2.5-R3.

Re: Octane Scatter Objects jumping

Posted: Wed Oct 11, 2023 1:13 pm
by aoktar
We don't have idea why this happens. It's in LV or PV?

Re: Octane Scatter Objects jumping

Posted: Wed Oct 11, 2023 1:17 pm
by jerrymeer
aoktar wrote:We don't have idea why this happens. It's in LV or PV?
Sorry i thought its a problem with the scatter. I tried with a cloner and the same issue happens. Has to do something with the blender particle sim but dont know why it switches the vertex number and rotation at a cetain point.
But thats a question for another forum. :)

Re: Octane Scatter Objects jumping

Posted: Wed Oct 11, 2023 1:24 pm
by aoktar
Ok it was surprising to have this problem.

Re: Octane Scatter Objects jumping

Posted: Thu Oct 12, 2023 3:08 pm
by frankmci
I've seen this sort of thing when individual particle IDs do not remain consistent through the life of the particle. Depending on how the .abc was generated, as old particles die off the entire stack of IDs can start shifting backwards so that the max ID remains constant. This totally screws things up if there are other tools referencing the particles by ID number. I think my work around was to make old particles become invisible instead of dying/pruning. This can lead to very large particle caches, unfortunately.