|
Blender V5.0
|
#include "BKE_mesh.hh"#include "BLI_array_utils.hh"#include "BLI_span.hh"#include "DNA_mesh_types.h"#include "stl_data.hh"#include "stl_import_mesh.hh"#include "CLG_log.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::stl |
Variables | |
| static CLG_LogRef | LOG = {"io.stl"} |
|
static |
Definition at line 20 of file stl_import_mesh.cc.