MODATA_IDS

Detailed Description

MoData arrays ID.

Enumerations

enum  {
  MODATA_MATRIX ,
  MODATA_COLOR ,
  MODATA_SIZE ,
  MODATA_UVW ,
  MODATA_FLAGS ,
  MODATA_WEIGHT ,
  MODATA_CLONE ,
  MODATA_TIME ,
  MODATA_LASTMAT ,
  MODATA_STARTMAT ,
  MODATA_ALT_INDEX ,
  MODATA_FALLOFF_WGT ,
  MODATA_SPLINE_SEGMENT ,
  MODATA_GROWTH
}
 

Variables

enum { ... }  MAXON_ENUM_LIST
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MODATA_MATRIX 

Matrix. Matrix of the clone.

MODATA_COLOR 

Vector. Color of the clone.

MODATA_SIZE 

Vector. Size of the clone.

MODATA_UVW 

Vector. UV position of the clone.

MODATA_FLAGS 

Int32. MoData flags: MOGENFLAG

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 

Matrix. Previous frame particle matrix.

MODATA_STARTMAT 

Matrix. Matrix at the particle's birth.

MODATA_ALT_INDEX 

Int32. 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 

Int32. Segment index, mostly used with the MoSpline (currently unused).

MODATA_GROWTH 

Float. Offset of growth for the particle on the MoSpline (currently unused).

Variable Documentation

◆ 

enum { ... } MAXON_ENUM_LIST