Cookbook

Unsorted

# Get Active Object
obj = doc.GetActiveObject

Matrix Array Transformation

Theory

Position

Selecting a single element

n = 20

# Position: Vector to Real
x = marr[n].off.x 
y = 20
z = marr[n].off.z

marr[n].off = c4d.Vector(x,y,z)

Selecting a single element

Rotation

Single Axis

Multiple Axes with HPB to Matrix

Scale

Color

References

C4D Python SDK Extended Github, Plugin Cafehttps://github.com/aturtur/cinema4d-scripts

Formula

Documentation

Alternate intensity based on row number (Animate over time)

Animate over time based on the row number sequence

Last updated

Was this helpful?