Blender
V3.3
|
#include <cstdio>
#include "BKE_customdata.h"
#include "BKE_layer.h"
#include "BKE_mesh.h"
#include "BKE_object.h"
#include "DNA_collection_types.h"
#include "DNA_scene_types.h"
#include "BLI_fileops.hh"
#include "BLI_math_vector.h"
#include "BLI_memory_utils.hh"
#include "DNA_object_types.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
#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 | |
blender | |
blender::io | |
blender::io::stl | |
Functions | |
void | blender::io::stl::stl_import_report_error (FILE *file) |
void | blender::io::stl::importer_main (bContext *C, const STLImportParams &import_params) |
void | blender::io::stl::importer_main (Main *bmain, Scene *scene, ViewLayer *view_layer, const STLImportParams &import_params) |