|
Blender V4.3
|
#include <cstdio>#include "BKE_context.hh"#include "BKE_layer.hh"#include "BKE_mesh.hh"#include "BKE_object.hh"#include "BKE_report.hh"#include "DNA_collection_types.h"#include "DNA_layer_types.h"#include "DNA_scene_types.h"#include "BLI_fileops.hh"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "BLI_memory_utils.hh"#include "BLI_string.h"#include "DNA_object_types.h"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_build.hh"#include "stl_data.hh"#include "stl_import.hh"#include "stl_import_ascii_reader.hh"#include "stl_import_binary_reader.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::stl |
Functions | |
| void | blender::io::stl::stl_import_report_error (FILE *file) |
| Mesh * | blender::io::stl::read_stl_file (const STLImportParams &import_params) |
| void | blender::io::stl::importer_main (const bContext *C, const STLImportParams &import_params) |
| void | blender::io::stl::importer_main (Main *bmain, Scene *scene, ViewLayer *view_layer, const STLImportParams &import_params) |