Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/wavefront_obj/tests/obj_exporter_tests.hh
| Context not available. | |||||
| OBJExportParamsDefault() | OBJExportParamsDefault() | ||||
| { | { | ||||
| params.filepath[0] = '\0'; | params.filepath[0] = '\0'; | ||||
| params.file_base_for_tests[0] = '\0'; | |||||
| params.blen_filepath = ""; | params.blen_filepath = ""; | ||||
| params.export_animation = false; | params.export_animation = false; | ||||
| params.start_frame = 0; | params.start_frame = 0; | ||||
| Context not available. | |||||
| params.export_uv = true; | params.export_uv = true; | ||||
| params.export_normals = true; | params.export_normals = true; | ||||
| params.export_materials = true; | params.export_materials = true; | ||||
| params.path_mode = PATH_REFERENCE_AUTO; | |||||
| params.export_triangulated_mesh = false; | params.export_triangulated_mesh = false; | ||||
| params.export_curves_as_nurbs = false; | params.export_curves_as_nurbs = false; | ||||
| Context not available. | |||||