Python API 2.0 Reference: OpenMaya.MAttributeSpecArray Class Reference
Array of MAttributeSpec values.
OpenMaya.MAttributeSpecArray.__init__ |
( |
| ) |
|
Initialize self. See help(type(self)) for accurate signature.
OpenMaya.MAttributeSpecArray.__add__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__contains__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__delitem__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__getitem__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__iadd__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__imul__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__len__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__mul__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__new__ |
( |
| ) |
|
|
static |
Create and return a new object. See help(type) for accurate signature.
OpenMaya.MAttributeSpecArray.__repr__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__rmul__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__setitem__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__str__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.append |
( |
| ) |
|
Add a value to the end of the array.
OpenMaya.MAttributeSpecArray.clear |
( |
| ) |
|
Remove all elements from the array.
OpenMaya.MAttributeSpecArray.copy |
( |
| ) |
|
Replace the array contents with that of another or of a compatible Python sequence.
OpenMaya.MAttributeSpecArray.insert |
( |
| ) |
|
Insert a new value into the array at the given index.
OpenMaya.MAttributeSpecArray.remove |
( |
| ) |
|
Remove an element from the array.
OpenMaya.MAttributeSpecArray.setLength |
( |
| ) |
|
Grow or shrink the array to contain a specific number of elements.
OpenMaya.MAttributeSpecArray.sizeIncrement |
|
static |
Number of elements by which to grow the array when necessary.