Go to: Synopsis. Return value. MEL examples.
plugNodeStripped(string $plug)
None
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 //