Blender V4.5
ExportSettings.h File Reference
#include "BLI_linklist.h"
#include "BlenderContext.h"

Go to the source code of this file.

Classes

struct  ExportSettings

Enumerations

enum  BC_export_mesh_type { BC_MESH_TYPE_VIEW , BC_MESH_TYPE_RENDER }
enum  BC_export_transformation_type { BC_TRANSFORMATION_TYPE_MATRIX , BC_TRANSFORMATION_TYPE_DECOMPOSED }
enum  BC_export_animation_type { BC_ANIMATION_EXPORT_SAMPLES , BC_ANIMATION_EXPORT_KEYS }
enum  BC_ui_export_section {
  BC_UI_SECTION_MAIN , BC_UI_SECTION_GEOMETRY , BC_UI_SECTION_ARMATURE , BC_UI_SECTION_ANIMATION ,
  BC_UI_SECTION_COLLADA
}

Enumeration Type Documentation

◆ BC_export_animation_type

Enumerator
BC_ANIMATION_EXPORT_SAMPLES 
BC_ANIMATION_EXPORT_KEYS 

Definition at line 31 of file ExportSettings.h.

◆ BC_export_mesh_type

Enumerator
BC_MESH_TYPE_VIEW 
BC_MESH_TYPE_RENDER 

Definition at line 21 of file ExportSettings.h.

◆ BC_export_transformation_type

Enumerator
BC_TRANSFORMATION_TYPE_MATRIX 
BC_TRANSFORMATION_TYPE_DECOMPOSED 

Definition at line 26 of file ExportSettings.h.

◆ BC_ui_export_section

Enumerator
BC_UI_SECTION_MAIN 
BC_UI_SECTION_GEOMETRY 
BC_UI_SECTION_ARMATURE 
BC_UI_SECTION_ANIMATION 
BC_UI_SECTION_COLLADA 

Definition at line 36 of file ExportSettings.h.