Public Member Functions | |
None | __init__ (self, str name, ObjectMeshHolder obj) |
None | __init__ (self, str name, ObjectMeshHolder obj, TexturePerFace newTexturePerFace) |
None | __init__ (self, ChangeMeshTexturePerFaceAction 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::ChangeMeshTexturePerFaceAction Undo action for ObjectMeshHolder texturePerFace change
None meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.__init__ | ( | self, | |
str | name, | ||
ObjectMeshHolder | obj ) |
use this constructor to remember object's texturePerFace data before making any changes in them
None meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.__init__ | ( | self, | |
str | name, | ||
ObjectMeshHolder | obj, | ||
TexturePerFace | newTexturePerFace ) |
use this constructor to remember object's texturePerFace data and immediate set new value
None meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.__init__ | ( | self, | |
ChangeMeshTexturePerFaceAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.
|
static |
|
static |