Go to: Synopsis. Return value. MEL examples.

Synopsis

applyAttrPreset node presetName blend

Applies the specified preset to the node using the blend amount.

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

	// replace settings for nurbsSphere1 with tformPreset2 settings
  applyAttrPreset nurbSphere1 tformPreset2 1;
	// blend in 50% the settings of tformPreset2 into nurbsSphere1 
  applyAttrPreset nurbSphere1 tformPreset2 0.5;