|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | STLImportParams |
| struct | STLExportParams |
Functions | |
| void | STL_import (bContext *C, const STLImportParams *import_params) |
| void | STL_export (bContext *C, const STLExportParams *export_params) |
| Mesh * | STL_import_mesh (const STLImportParams *import_params) |
| void STL_export | ( | bContext * | C, |
| const STLExportParams * | export_params ) |
Definition at line 21 of file IO_stl.cc.
References blender::io::stl::exporter_main(), and SCOPED_TIMER.
| void STL_import | ( | bContext * | C, |
| const STLImportParams * | import_params ) |
Definition at line 15 of file IO_stl.cc.
References blender::io::stl::importer_main(), and SCOPED_TIMER.
| Mesh * STL_import_mesh | ( | const STLImportParams * | import_params | ) |
Definition at line 27 of file IO_stl.cc.
References blender::io::stl::read_stl_file().
Referenced by blender::nodes::node_geo_import_stl::node_geo_exec().