Go to: Synopsis. Return value. MEL examples.
 
applyAttrPreset node presetName blend 
	 
None
| Variable Name | Variable Type | Description | 
|---|---|---|
| None. | 
// 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;