Go to: Synopsis. Return value. MEL examples.
string plugMultiAttrs(string $plug)
string[] : any multi attrs in the plug's attribute hierarchy |
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 //