MODATA¶
MODATA_MATRIX |
Matrix of the clone. |
|
MODATA_COLOR |
Color of the clone. |
|
MODATA_SIZE |
Size of the clone. |
|
MODATA_UVW |
UV position of the clone. |
|
MODATA_FLAGS |
int |
Flags: |
MOGENFLAG_CLONE_ON |
Particle is visible. |
|
MOGENFLAG_DISABLE |
Particle is permanently disabled. |
|
MOGENFLAG_BORN |
Particle is just generated (internal use only). |
|
MOGENFLAG_MODATASET |
The |
|
MOGENFLAG_COLORSET |
The |
|
MOGENFLAG_TIMESET |
The |
|
MODATA_WEIGHT |
float |
Weight of the clone. |
MODATA_CLONE |
float |
Clone Offset (picks which child of the Cloner gets cloned or the blending between those children). |
MODATA_TIME |
float |
Time offset of the clone. |
MODATA_LASTMAT |
Previous frame particle matrix. |
|
MODATA_STARTMAT |
Matrix at the particle’s birth. |
|
MODATA_ALT_INDEX |
int |
Alternative index value that can be used for instance by the Step Effector when cloned over a spline with an offset. |
MODATA_FALLOFF_WGT |
float |
Falloff weight. |
MODATA_SPLINE_SEGMENT |
int |
The segment index, mostly used with the MoSpline (currently unused). |
MODATA_GROWTH |
float |
Offset of growth for the particle on the MoSpline (currently unused). |