|
Blender V4.3
|
#include <cstdio>#include <memory>#include "BKE_context.hh"#include "BKE_lib_id.hh"#include "BKE_mesh_wrapper.hh"#include "BKE_object.hh"#include "BKE_report.hh"#include "BKE_scene.hh"#include "BLI_string.h"#include "BLI_string_utils.hh"#include "DEG_depsgraph_query.hh"#include "DNA_mesh_types.h"#include "DNA_scene_types.h"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "BLI_math_vector.hh"#include "BLI_math_vector_types.hh"#include "IO_stl.hh"#include "stl_data.hh"#include "stl_export.hh"#include "stl_export_writer.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::stl |
Functions | |
| void | blender::io::stl::export_frame (Depsgraph *depsgraph, float scene_unit_scale, const STLExportParams &export_params) |
| void | blender::io::stl::exporter_main (const bContext *C, const STLExportParams &export_params) |