...
CAE-702 CDPElementGroup::addPolyhedronData() did not work as intended if called multiple times for one group
The data provider framework did not properly handle multiple calls to addPolyhedronData. If only called once per part (usual usage) it worked fine.
CAE-676 Particle traces produce extremely long lasting traces due to numerical precision
This impacted particle trace visualization styles that depend on time (comets and spheres) as well as animations. In some rare cases the particle traces would become extremely long lasting and thus taking an extremely long time. This also caused different behavior between C3 and CPM/CDC.
CAE-675 Particle traces does not contribute to bounding box
...