|
Blender
V3.3
|
#include <cstdint>#include <cstdio>#include "BKE_mesh.h"#include "BLI_fileops.hh"#include "BLI_memory_utils.hh"#include "BLI_string_ref.hh"#include "DNA_mesh_types.h"#include "fast_float.h"#include "stl_import.hh"#include "stl_import_ascii_reader.hh"#include "stl_import_mesh.hh"Go to the source code of this file.
Classes | |
| class | blender::io::stl::StringBuffer |
Namespaces | |
| blender | |
| blender::io | |
| blender::io::stl | |
Functions | |
| static void | blender::io::stl::parse_float3 (StringBuffer &buf, float out[3]) |
| Mesh * | blender::io::stl::read_stl_ascii (const char *filepath, Main *bmain, char *mesh_name, bool use_custom_normals) |