|
Blender
V2.93
|
#include <ExportSettings.h>
Public Attributes | |
| bool | apply_modifiers |
| BC_global_forward_axis | global_forward |
| BC_global_up_axis | global_up |
| bool | apply_global_orientation |
| BC_export_mesh_type | export_mesh_type |
| bool | selected |
| bool | include_children |
| bool | include_armatures |
| bool | include_shapekeys |
| bool | deform_bones_only |
| bool | include_animations |
| bool | include_all_actions |
| int | sampling_rate |
| bool | keep_smooth_curves |
| bool | keep_keyframes |
| bool | keep_flat_curves |
| bool | active_uv_only |
| BC_export_animation_type | export_animation_type |
| bool | use_texture_copies |
| bool | triangulate |
| bool | use_object_instantiation |
| bool | use_blender_profile |
| bool | sort_by_name |
| BC_export_transformation_type | object_transformation_type |
| BC_export_transformation_type | animation_transformation_type |
| bool | open_sim |
| bool | limit_precision |
| bool | keep_bind_info |
| char * | filepath |
| LinkNode * | export_set |
Definition at line 56 of file ExportSettings.h.
| bool ExportSettings::active_uv_only |
Definition at line 76 of file ExportSettings.h.
| BC_export_transformation_type ExportSettings::animation_transformation_type |
Definition at line 85 of file ExportSettings.h.
| bool ExportSettings::apply_global_orientation |
Definition at line 60 of file ExportSettings.h.
| bool ExportSettings::apply_modifiers |
Definition at line 57 of file ExportSettings.h.
| bool ExportSettings::deform_bones_only |
Definition at line 68 of file ExportSettings.h.
| BC_export_animation_type ExportSettings::export_animation_type |
Definition at line 77 of file ExportSettings.h.
| BC_export_mesh_type ExportSettings::export_mesh_type |
Definition at line 62 of file ExportSettings.h.
| LinkNode* ExportSettings::export_set |
Definition at line 92 of file ExportSettings.h.
Referenced by collada_export().
| char* ExportSettings::filepath |
Definition at line 91 of file ExportSettings.h.
| BC_global_forward_axis ExportSettings::global_forward |
Definition at line 58 of file ExportSettings.h.
| BC_global_up_axis ExportSettings::global_up |
Definition at line 59 of file ExportSettings.h.
| bool ExportSettings::include_all_actions |
Definition at line 70 of file ExportSettings.h.
| bool ExportSettings::include_animations |
Definition at line 69 of file ExportSettings.h.
| bool ExportSettings::include_armatures |
Definition at line 66 of file ExportSettings.h.
Referenced by collada_export().
| bool ExportSettings::include_children |
Definition at line 65 of file ExportSettings.h.
Referenced by collada_export().
| bool ExportSettings::include_shapekeys |
Definition at line 67 of file ExportSettings.h.
| bool ExportSettings::keep_bind_info |
Definition at line 89 of file ExportSettings.h.
| bool ExportSettings::keep_flat_curves |
Definition at line 74 of file ExportSettings.h.
| bool ExportSettings::keep_keyframes |
Definition at line 73 of file ExportSettings.h.
| bool ExportSettings::keep_smooth_curves |
Definition at line 72 of file ExportSettings.h.
| bool ExportSettings::limit_precision |
Definition at line 88 of file ExportSettings.h.
| BC_export_transformation_type ExportSettings::object_transformation_type |
Definition at line 84 of file ExportSettings.h.
| bool ExportSettings::open_sim |
Definition at line 87 of file ExportSettings.h.
| int ExportSettings::sampling_rate |
Definition at line 71 of file ExportSettings.h.
| bool ExportSettings::selected |
Definition at line 64 of file ExportSettings.h.
Referenced by collada_export().
| bool ExportSettings::sort_by_name |
Definition at line 83 of file ExportSettings.h.
Referenced by collada_export().
| bool ExportSettings::triangulate |
Definition at line 80 of file ExportSettings.h.
| bool ExportSettings::use_blender_profile |
Definition at line 82 of file ExportSettings.h.
| bool ExportSettings::use_object_instantiation |
Definition at line 81 of file ExportSettings.h.
| bool ExportSettings::use_texture_copies |
Definition at line 78 of file ExportSettings.h.