Array of MPlug values.
The MPlugArray class provides an array of MPlug elements using a common array interface and reference semantics. See Working with M*Array Classes for more details.
def OpenMaya.MPlugArray.__init__ |
( |
| ) |
|
Initialize self. See help(type(self)) for accurate signature.
def OpenMaya.MPlugArray.__add__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__contains__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__delitem__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__getitem__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__iadd__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__imul__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__len__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__mul__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__new__ |
( |
| ) |
|
|
static |
Create and return a new object. See help(type) for accurate signature.
def OpenMaya.MPlugArray.__repr__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__rmul__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__setitem__ |
( |
| ) |
|
def OpenMaya.MPlugArray.__str__ |
( |
| ) |
|
def OpenMaya.MPlugArray.append |
( |
| ) |
|
Add a value to the end of the array.
def OpenMaya.MPlugArray.clear |
( |
| ) |
|
Remove all elements from the array.
def OpenMaya.MPlugArray.copy |
( |
| ) |
|
Replace the array contents with that of another or of a compatible Python sequence.
def OpenMaya.MPlugArray.insert |
( |
| ) |
|
Insert a new value into the array at the given index.
def OpenMaya.MPlugArray.remove |
( |
| ) |
|
Remove an element from the array.
def OpenMaya.MPlugArray.setLength |
( |
| ) |
|
Grow or shrink the array to contain a specific number of elements.
OpenMaya.MPlugArray.sizeIncrement = property(...) |
|
static |
Number of elements by which to grow the array when necessary.