unreal.FbxMaterialBakeMode

class unreal.FbxMaterialBakeMode

Bases: EnumBase

EFbx Material Bake Mode

C++ Source:

  • Module: UnrealEd

  • File: FbxExportOption.h

DISABLED: FbxMaterialBakeMode = Ellipsis

Never bake material inputs.

Type:

0

SIMPLE: FbxMaterialBakeMode = Ellipsis

Only use a simple quad if a material input needs to be baked out.

Type:

1

USE_MESH_DATA: FbxMaterialBakeMode = Ellipsis

Allow usage of the mesh data if a material input needs to be baked out with vertex data.

Type:

2