Go to: Synopsis. Return value. MEL examples.
getNextFreeMultiIndex
None
Variable Name | Variable Type | Description |
---|---|---|
$attr | string | the name of the multi attribute to get the free index for |
$start | int | the first index to check from ( use zero if last index is not known ) |
createNode nucleus; int $index = getNextFreeMultiIndex( "nucleus1.inputActiveStart", 0 );