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

概要

updateAE ( string $node )

アトリビュート エディタ(Attribute Editor)の指定したノードの情報を表示します。

戻り値

なし

引数

変数名 変数型 説明
$nodestring: アトリビュート エディタに表示するノード名です。

MEL 例

	// Create some geometry
	sphere;
	cone;

	// Show the attribute editor with the cone
	AttributeEditor; 

	// Show the sphere in the attribute editor 
	updateAE "nurbsSphere1";