BAKE_TEX_ERR

Detailed Description

Enumerations

enum class  BAKE_TEX_ERR {
  NONE ,
  NO_DOC ,
  NO_MEM ,
  NO_RENDER_DOC ,
  NO_TEXTURE_TAG ,
  NO_OBJECT ,
  NO_UVW_TAG ,
  TEXTURE_MISSING ,
  WRONG_BITMAP ,
  USERBREAK ,
  NO_OPTIMAL_MAPPING ,
  NO_SOURCE_UVW_TAG
}
 

Functions

enum BAKE_TEX_ERR MAXON_ENUM_LIST (BAKE_TEX_ERR)
 

Enumeration Type Documentation

◆ BAKE_TEX_ERR

enum BAKE_TEX_ERR
strong
Enumerator
NONE 

None.

NO_DOC 

No document.

NO_MEM 

No more memory available.

NO_RENDER_DOC 

No render document.

NO_TEXTURE_TAG 

textag is nullptr or not in doc.

NO_OBJECT 

One of the tags is not assigned to an object or to another object.

NO_UVW_TAG 

UVW tag is missing.

TEXTURE_MISSING 

No texture.

WRONG_BITMAP 

MultipassBitmap was used, but it has the wrong type or wrong resolution.

USERBREAK 

User break.

NO_OPTIMAL_MAPPING 

Optimal mapping failed.

NO_SOURCE_UVW_TAG 

UVW tag for the source object is missing.

Function Documentation

◆ MAXON_ENUM_LIST()

enum BAKE_TEX_ERR MAXON_ENUM_LIST ( BAKE_TEX_ERR  )