cPy.cPaint module#
- class PaintRoom[source]#
Bases:
objectPaint Room- static LoadMesh(file_name: str) bool[source]#
- Load poly object for painting room from file
- Returns:
True if success
- Return type:
bool
- static LoadColorTexture(file_name: str) bool[source]#
- Load texture from file and put it to a new layer
- Returns:
True if success
- Return type:
bool
- static ExportMesh(filename: str, fromRetopoRoom: bool = False, transformToSelectedObjectSpace: bool = False) bool[source]#
- Export mesh the object from the painting room to a file
- Returns:
True if success
- Return type:
bool