|
Blender V5.0
|
#include <IO_stl.hh>
Public Attributes | |
| char | filepath [FILE_MAX] = "" |
| eIOAxis | forward_axis = IO_AXIS_Y |
| eIOAxis | up_axis = IO_AXIS_Z |
| float | global_scale = 1.0f |
| bool | export_selected_objects = false |
| bool | use_scene_unit = false |
| bool | apply_modifiers = true |
| bool | ascii_format = false |
| bool | use_batch = false |
| char | collection [MAX_ID_NAME - 2] = "" |
| ReportList * | reports = nullptr |
| bool STLExportParams::apply_modifiers = true |
Definition at line 42 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
| bool STLExportParams::ascii_format = false |
Definition at line 43 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
| char STLExportParams::collection[MAX_ID_NAME - 2] = "" |
Definition at line 45 of file IO_stl.hh.
Referenced by blender::io::stl::exporter_main().
| bool STLExportParams::export_selected_objects = false |
Definition at line 40 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
| char STLExportParams::filepath[FILE_MAX] = "" |
Full path to the to-be-saved STL file.
Definition at line 36 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
Definition at line 37 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
| float STLExportParams::global_scale = 1.0f |
Definition at line 39 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
| ReportList* STLExportParams::reports = nullptr |
Definition at line 47 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame(), and blender::io::stl::exporter_main().
Definition at line 38 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
| bool STLExportParams::use_batch = false |
Definition at line 44 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
| bool STLExportParams::use_scene_unit = false |
Definition at line 41 of file IO_stl.hh.
Referenced by blender::io::stl::exporter_main().