MaxPlus Python API Reference
MaterialManager Class Reference
+ Inheritance diagram for MaterialManager:

Public Member Functions

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

Static Public Attributes

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

Detailed Description

Material utility functions.

Member Function Documentation

◆ DoMaterialBrowseDlg()

def DoMaterialBrowseDlg ( args)
DoMaterialBrowseDlg(HWND hParent, DWORD flags, int & newMat, int & cancel) -> MtlBase

◆ GetMatLibFileName()

def GetMatLibFileName ( )
GetMatLibFileName() -> wchar_t const *

◆ GetMtlSlot()

def GetMtlSlot ( args)
GetMtlSlot(int slot) -> MtlBase

◆ IsMtlOkForScene()

def IsMtlOkForScene ( args)
IsMtlOkForScene(MtlBase m) -> bool

◆ PutMtlToMtlEditor()

def PutMtlToMtlEditor ( args)
PutMtlToMtlEditor(MtlBase mb, int slot=-1)
PutMtlToMtlEditor(MtlBase mb)