|
Blender V4.3
|
#include <IO_stl.hh>
Public Attributes | |
| char | filepath [FILE_MAX] |
| eIOAxis | forward_axis |
| eIOAxis | up_axis |
| float | global_scale |
| bool | export_selected_objects |
| bool | use_scene_unit |
| bool | apply_modifiers |
| bool | ascii_format |
| bool | use_batch |
| char | collection [MAX_IDPROP_NAME] = "" |
| ReportList * | reports = nullptr |
| bool STLExportParams::apply_modifiers |
Definition at line 42 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame(), and blender::io::stl::STLExportTest::STLExportTest().
| bool STLExportParams::ascii_format |
Definition at line 43 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame(), and blender::io::stl::STLExportTest::STLExportTest().
| char STLExportParams::collection[MAX_IDPROP_NAME] = "" |
Definition at line 45 of file IO_stl.hh.
Referenced by blender::io::stl::exporter_main().
| bool STLExportParams::export_selected_objects |
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::STLExportTest::compare_to_golden(), and blender::io::stl::export_frame().
| eIOAxis STLExportParams::forward_axis |
Definition at line 37 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame(), and blender::io::stl::STLExportTest::STLExportTest().
| float STLExportParams::global_scale |
Definition at line 39 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame(), and blender::io::stl::STLExportTest::STLExportTest().
| 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().
| eIOAxis STLExportParams::up_axis |
Definition at line 38 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame(), and blender::io::stl::STLExportTest::STLExportTest().
| bool STLExportParams::use_batch |
Definition at line 44 of file IO_stl.hh.
Referenced by blender::io::stl::export_frame().
| bool STLExportParams::use_scene_unit |
Definition at line 41 of file IO_stl.hh.
Referenced by blender::io::stl::exporter_main().