Inherits object.
|
def | _chooseColor (self, origcolor, callback, mat, propbox) |
|
def | _chooseTexture (self, i, mat, propbox) |
|
def | _chooseGPUProgram (self, i, mat, listbox, ptype) |
|
def | _setSpectrum (self, mat, propbox) |
|
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
mgr, |
|
|
|
win |
|
) |
| |
◆ _chooseColor()
def _chooseColor |
( |
|
self, |
|
|
|
origcolor, |
|
|
|
callback, |
|
|
|
mat, |
|
|
|
propbox |
|
) |
| |
|
private |
◆ _chooseGPUProgram()
def _chooseGPUProgram |
( |
|
self, |
|
|
|
i, |
|
|
|
mat, |
|
|
|
listbox, |
|
|
|
ptype |
|
) |
| |
|
private |
◆ _chooseTexture()
def _chooseTexture |
( |
|
self, |
|
|
|
i, |
|
|
|
mat, |
|
|
|
propbox |
|
) |
| |
|
private |
◆ _setSpectrum()
def _setSpectrum |
( |
|
self, |
|
|
|
mat, |
|
|
|
propbox |
|
) |
| |
|
private |
◆ addMaterial()
def addMaterial |
( |
|
self, |
|
|
|
mat |
|
) |
| |
Sets up the material property box and other operations for the new or cloned material. Executed in UI thread.
◆ createMaterial()
def createMaterial |
( |
|
self, |
|
|
|
mat |
|
) |
| |
Accepts a Material object instance and has the opportunity to modify it or return a proxied version. The
default behaviour is to just return the same object.
◆ getScriptCode()
def getScriptCode |
( |
|
self, |
|
|
|
mat, |
|
|
|
kwargs |
|
) |
| |
◆ removeMaterial()
def removeMaterial |
( |
|
self, |
|
|
|
mat |
|
) |
| |
◆ updatePropBox()
def updatePropBox |
( |
|
self, |
|
|
|
mat, |
|
|
|
propbox |
|
) |
| |
◆ mgr
◆ win
The documentation for this class was generated from the following file: