NAME
DmmPrepMeshNode -- custom node that performs the prepareMesh operation

SYNOPSIS
const MTypeId DmmPrepMeshNode::id = 0x0010D484;

DESCRIPTION
The DmmPrepMeshNode custom node performs the prepareMesh operation.

Input attribute:  "inputMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"im"
Affects attributes:   "outputMesh"
Typical connection:   "outMesh" of a surface-mesh shape node


Input attribute:  "tetMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"tm"
Affects attributes:   "outputMesh"
Typical connection:   "tetMesh" of DmmNetgenNode


Input attribute:  "splinterMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"sm"
Affects attributes:   "outputMesh"
Typical connection:   "outMesh" of a splinter-mesh shape node


Input attribute:  "inputMeshTransform"
Maya attribute type:   MFnMatrixAttribute (MFnMatrixAttribute::kDouble)
Brief name:"imt"
Affects attributes:   "outputMesh"
Typical connection:   "matrix" of a surface-mesh shape node


Input attribute:  "tetMeshTransform"
Maya attribute type:   MFnMatrixAttribute (MFnMatrixAttribute::kDouble)
Brief name:"tmt"
Affects attributes:   "outputMesh"
Typical connection:   "matrix" of a tet-cage shape node


Input attribute:  "splinterMeshTransform"
Maya attribute type:   MFnMatrixAttribute (MFnMatrixAttribute::kDouble)
Brief name:"smt"
Affects attributes:   "outputMesh"
Typical connection:   "matrix" of a splinter-mesh shape node


Input attribute:  "breakable"
Maya attribute type:   MFnNumericAttribute (MFnNumericData::kBoolean)
Brief name:"bre"
Affects attributes:   "outputMesh"
Typical connection:   UI.mel or dmmMenu.mel script


Input attribute:  "uvScale"
Maya attribute type:  MFnNumericAttribute (MFnNumericData::kDouble)
Brief name:"uvs"
Affects attributes:   "outputMesh"
Typical connection:   user input from attribute editor


Output attribute:  "outputMesh"
Maya attribute type:  MFnTypedAttribute (MFnData::kMesh)
Brief name:"om"
Affected by attributes:   "inputMesh", "tetMesh", "splinterMesh", "inputMeshTransform", "tetMeshTransform", "splinterMeshTransform", "breakable", "uvScale"
Typical connection:   "preparedMeshes" of DmmObjectNode