|
bool | LoadMesh (str file_name) |
| Load poly object for painting room from file.
|
|
bool | LoadColorTexture (str file_name) |
| Load texture from file and put it to a new layer.
|
|
bool | ExportMesh (str filename, bool fromRetopoRoom=False, bool transformToSelectedObjectSpace=False) |
| Export mesh the object from the painting room to a file.
|
|
◆ ExportMesh()
bool coat.PaintRoom.ExportMesh |
( |
str | filename, |
|
|
bool | fromRetopoRoom = False, |
|
|
bool | transformToSelectedObjectSpace = False ) |
|
static |
Export mesh the object from the painting room to a file.
- Returns
- True if success
◆ LoadColorTexture()
bool coat.PaintRoom.LoadColorTexture |
( |
str | file_name | ) |
|
|
static |
Load texture from file and put it to a new layer.
- Returns
- True if success
◆ LoadMesh()
bool coat.PaintRoom.LoadMesh |
( |
str | file_name | ) |
|
|
static |
Load poly object for painting room from file.
- Returns
- True if success
The documentation for this class was generated from the following file: