Blender  V3.3
obj_exporter_tests.hh
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0 */
2 
3 #pragma once
4 
5 #include "IO_wavefront_obj.h"
6 
7 namespace blender::io::obj {
8 
12  {
13  params.filepath[0] = '\0';
14  params.file_base_for_tests[0] = '\0';
15  params.blen_filepath = "";
16  params.export_animation = false;
17  params.start_frame = 0;
18  params.end_frame = 1;
19 
22  params.scaling_factor = 1.f;
23 
24  params.apply_modifiers = true;
27  params.export_uv = true;
28  params.export_normals = true;
29  params.export_colors = false;
30  params.export_materials = true;
34 
40  }
41 };
42 
43 } // namespace blender::io::obj
@ DAG_EVAL_VIEWPORT
Definition: DEG_depsgraph.h:45
@ IO_AXIS_Y
Definition: IO_orientation.h:9
@ IO_AXIS_NEGATIVE_Z
@ PATH_REFERENCE_AUTO
eEvaluationMode export_eval_mode
const char * blen_filepath
char file_base_for_tests[FILE_MAX]
ePathReferenceMode path_mode
char filepath[FILE_MAX]