c4d.modules.particles

Follow me to the Inheritance diagramm .

This module contains some members to handle particles from the standard particles engine.

Types

Functions

c4d.modules.particles. CalcParticleMatrix ( cp )

Calculate the particles matrix, this represents the position and direction of the particle as used when the objects are aligned with a particle using the emitter Tangential option.

Parameters: cp ( c4d.modules.particles.Particle ) – The particle you wish to get the matrix for.
Return type: c4d.Matrix
Returns: Details of the particles position and rotation

Table Of Contents