MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction Class Reference
+ Inheritance diagram for meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction:

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
 

Detailed Description

Generated from:  MR::ChangeMeshTexturePerFaceAction

Undo action for ObjectMeshHolder texturePerFace change

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.__init__ ( self,
ChangeMeshTexturePerFaceAction arg0 )
Implicit copy constructor.

Member Function Documentation

◆ action()

None meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.action ( * self,
** actionType )
static
This function is called on history action (undo, redo, etc.)

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ heapBytes()

int meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.heapBytes ( self)
returns the amount of memory this object occupies on heap

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ name()

str meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.name ( self)

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ setObjectDirty()

None meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.setObjectDirty ( ObjectMeshHolder obj)
static

Member Data Documentation

◆ Obj

meshlib.mrmeshpy.ChangeMeshTexturePerFaceAction.Obj = ObjectMeshHolder
static

The documentation for this class was generated from the following file: