This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com

c4d.BaseParticle - a particle class

Structure used for to change the particle path by the particle modifiers.

class c4d.BaseParticle
Public variable
Parameters:
  • v (Vector) – The velocity sum of the modifications to the particle, the current velocity of the particle is found from Particle. The new velocity is found using this velocity sum and dividing by the sum count.
  • count (int) – This is the sum count of the velocities added to the velocity vector v.

This Page