|
Blender V5.0
|
#include "BKE_attribute.hh"#include "BKE_lib_id.hh"#include "BKE_mesh.hh"#include "GEO_mesh_merge_by_distance.hh"#include "BLI_color.hh"#include "BLI_math_vector.h"#include "BLI_span.hh"#include "ply_import_mesh.hh"#include "CLG_log.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::ply |
Functions | |
| Mesh * | blender::io::ply::convert_ply_to_mesh (PlyData &data, const PLYImportParams ¶ms) |
Variables | |
| static CLG_LogRef | LOG = {"io.ply"} |
|
static |
Definition at line 22 of file ply_import_mesh.cc.