c4d.modules.particles

Follow me to the Inheritance diagramm.

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

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 (Particle) – The particle you wish to get the matrix for.
Return type:Matrix
Returns:Details of the particles position and rotation

Table Of Contents