List of Vertex Data Index Options
 
 
 
List of Vertex Data Index Options

The following are the vertex data channel index values for use with the vertex data methods of class Mesh, class EPoly, and class MNMesh.

  • VDATA_SELECT: The vertex soft selection data. This is index 0.
  • VDATA_WEIGHT: The vertex weight data. This is index 1.
  • 2 through MAX_VERTDATA-1: Developer defined data. Note: #define MAX_VERTDATA 100

See Also