MaterialManager Class Reference

Class Description

Material utility functions.
+ Inheritance diagram for MaterialManager:

Public Member Functions

def DoMaterialBrowseDlg (args)
 
def GetMatLibFileName ()
 
def GetMtlSlot (args)
 
def IsMtlOkForScene (args)
 
def PutMtlToMtlEditor (args)
 

Static Public Attributes

tuple DoMaterialBrowseDlg = staticmethod(DoMaterialBrowseDlg)
 
tuple GetMatLibFileName = staticmethod(GetMatLibFileName)
 
tuple GetMtlSlot = staticmethod(GetMtlSlot)
 
tuple IsMtlOkForScene = staticmethod(IsMtlOkForScene)
 
tuple PutMtlToMtlEditor = staticmethod(PutMtlToMtlEditor)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def DoMaterialBrowseDlg (   args)
DoMaterialBrowseDlg(HWND hParent, DWORD flags, int & newMat, int & cancel) -> MtlBase
def GetMatLibFileName ( )
GetMatLibFileName() -> wchar_t const *
def GetMtlSlot (   args)
GetMtlSlot(int slot) -> MtlBase
def IsMtlOkForScene (   args)
IsMtlOkForScene(MtlBase m) -> bool
def PutMtlToMtlEditor (   args)
PutMtlToMtlEditor(MtlBase mb, int slot=-1)
PutMtlToMtlEditor(MtlBase mb)