Go to: Synopsis. Return value. MEL examples.
plugNodeStripped(string $plug)
string Node name portion of the plug without namespace or dag path |
Variable Name | Variable Type | Description |
---|---|---|
$plug | string | The plug name from which to extract the node name portion. |
// Find the stripped node name portion of foo:joint1|joint2|joint3 plugNodeStripped "foo:joint1|joint2|joint3" // Result: joint3 //