Public Member Functions | |
None | __init__ (self, str name, ObjectMeshHolder obj) |
None | __init__ (self, str name, ObjectMeshHolder obj, VertUVCoords newUvCoords) |
None | __init__ (self, ChangeMeshUVCoordsAction arg0) |
int | heapBytes (self) |
str | name (self) |
Static Public Member Functions | |
None | action (*args, **kwargs) |
None | setObjectDirty (ObjectMeshHolder obj) |
Static Public Attributes | |
Obj = ObjectMeshHolder | |
Generated from: MR::ChangeMeshUVCoordsAction Undo action for ObjectMeshHolder uvCoords change
None meshlib.mrmeshpy.ChangeMeshUVCoordsAction.__init__ | ( | self, | |
str | name, | ||
ObjectMeshHolder | obj ) |
use this constructor to remember object's uv-coordinates before making any changes in them
None meshlib.mrmeshpy.ChangeMeshUVCoordsAction.__init__ | ( | self, | |
str | name, | ||
ObjectMeshHolder | obj, | ||
VertUVCoords | newUvCoords ) |
use this constructor to remember object's uv-coordinates and immediate set new value
None meshlib.mrmeshpy.ChangeMeshUVCoordsAction.__init__ | ( | self, | |
ChangeMeshUVCoordsAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangeMeshUVCoordsAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangeMeshUVCoordsAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.
|
static |
|
static |