Go to: Synopsis. Return value. MEL examples.
string plugMultiAttrs(string $plug)
None
Variable Name | Variable Type | Description |
---|---|---|
$plug | string | The plug of interest. |
// Find the multi attr parent of the xValue attribute plugMultiAttrs "pCylinderShape1.pnts.xValue"; // Result: pnts // plugMultiAttrs "cluster1.weightList.weights"; // Result: weightList.weights weightList //