|
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 |
| bool | use_facet_normal = false |
| bool | use_scene_unit = false |
| float | global_scale = 1.0f |
| bool | use_mesh_validate = true |
| ReportList * | reports = nullptr |
| char STLImportParams::filepath[FILE_MAX] = "" |
Full path to the source STL file to import.
Definition at line 23 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main(), blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::read_stl_file().
Definition at line 24 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main(), and blender::nodes::node_geo_import_stl::node_geo_exec().
| float STLImportParams::global_scale = 1.0f |
Definition at line 28 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main().
| ReportList* STLImportParams::reports = nullptr |
Definition at line 31 of file IO_stl.hh.
Referenced by blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::read_stl_file().
Definition at line 25 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main(), and blender::nodes::node_geo_import_stl::node_geo_exec().
| bool STLImportParams::use_facet_normal = false |
Definition at line 26 of file IO_stl.hh.
Referenced by blender::io::stl::read_stl_file().
| bool STLImportParams::use_mesh_validate = true |
Definition at line 29 of file IO_stl.hh.
Referenced by blender::io::stl::read_stl_file().
| bool STLImportParams::use_scene_unit = false |
Definition at line 27 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main().