|
Blender V5.0
|
#include <fmt/core.h>#include "BLI_timeit.hh"#include "DNA_windowmanager_types.h"#include "IO_ply.hh"#include "ply_export.hh"#include "ply_import.hh"Go to the source code of this file.
Functions | |
| static void | report_duration (const char *job, const TimePoint &start_time, const char *path) |
| void | PLY_export (bContext *C, const PLYExportParams ¶ms) |
| void | PLY_import (bContext *C, const PLYImportParams ¶ms) |
| Mesh * | PLY_import_mesh (const PLYImportParams ¶ms) |
| void PLY_export | ( | bContext * | C, |
| const PLYExportParams & | params ) |
Definition at line 30 of file IO_ply.cc.
References C, blender::io::ply::exporter_main(), params, and report_duration().
| void PLY_import | ( | bContext * | C, |
| const PLYImportParams & | params ) |
Definition at line 37 of file IO_ply.cc.
References C, blender::io::ply::importer_main(), params, and report_duration().
| Mesh * PLY_import_mesh | ( | const PLYImportParams & | params | ) |
Definition at line 44 of file IO_ply.cc.
References blender::io::ply::import_mesh(), and params.
Referenced by blender::nodes::nodes_geo_import_ply::node_geo_exec().
|
static |
Definition at line 22 of file IO_ply.cc.
References BLI_path_basename(), and blender::timeit::print_duration().
Referenced by PLY_export(), and PLY_import().