
8. 4 Editing Meshes 3 31.
if( !hasHistory && !genHistory )
dagMods[2].commandToExecute(
MString("delete -constructionHistory ") +
meshShapePath.fullPathName() );
The last DAG modifier is executed.
dagMods[2].dolt().
return MS"kSuccess"
The
transferTweaks
function transfers the internal tweaks from the mesh shape
node shapePath to the tweak node tweakN0de. It records all of its actions in the
MDagModifier variable dagMod.
MStatus CmpMeshModifierCmd::transferTweaks( const MDagPath &shapePath,
MObject &tweakNode,
MDagModifier &dagMod )
{
The tweaks internal to the mesh shape node are stored in the pnts ...