Changeset View
Changeset View
Standalone View
Standalone View
source/blender/collada/ExportSettings.h
| Show All 33 Lines | public: | ||||
| bool apply_modifiers; | bool apply_modifiers; | ||||
| BC_export_mesh_type export_mesh_type; | BC_export_mesh_type export_mesh_type; | ||||
| bool selected; | bool selected; | ||||
| bool include_children; | bool include_children; | ||||
| bool include_armatures; | bool include_armatures; | ||||
| bool include_shapekeys; | bool include_shapekeys; | ||||
| bool deform_bones_only; | bool deform_bones_only; | ||||
| int sampling_rate; | |||||
| bool active_uv_only; | bool active_uv_only; | ||||
| BC_export_texture_type export_texture_type; | BC_export_texture_type export_texture_type; | ||||
| bool use_texture_copies; | bool use_texture_copies; | ||||
| bool triangulate; | bool triangulate; | ||||
| bool use_object_instantiation; | bool use_object_instantiation; | ||||
| bool use_blender_profile; | bool use_blender_profile; | ||||
| Show All 12 Lines | |||||