MVectorArray

class MVectorArray(*args)

Bases: OpenMaya.MVectorArray

Override of the Maya API class of the same name to make the data within the class ‘picklable’

The MVectorArray class provides an array of MVector elements using a common array interface and reference semantics. See Working with M*Array Classes for more details.

Trying to override muliply functionality causes Maya to crash. If user multiplys this array by a int value it will return base version of OpenMaya.MVectorArray as a result.

Previous topic

MVector

Next topic

mpylib.nodes Package