移動先: 概要 戻り値 MEL 例.

概要

applyAttrPreset node presetName blend

ブレンド量を使用して、指定したプリセットをノードに適用します。

戻り値

なし

引数

変数名 変数型 説明
なし

MEL 例

	// 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;