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

概要

plugNodeStripped(string $plug)

このプロシージャは指定したプラグのノード名を返し、ノードのすべての DAG パスとネームスペースを削除します。

戻り値

なし

引数

変数名 変数型 説明
$plugstringノード名を抽出するプラグ名です。

MEL 例

  	// Find the stripped node name portion of foo:joint1|joint2|joint3
		plugNodeStripped "foo:joint1|joint2|joint3"
		// Result: joint3 //