|
Blender V4.3
|
#include <iostream>#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 *export_params) |
| void | PLY_import (bContext *C, const PLYImportParams *import_params) |
| Mesh * | PLY_import_mesh (const PLYImportParams *import_params) |
| void PLY_export | ( | bContext * | C, |
| const PLYExportParams * | export_params ) |
C-interface for the importer and exporter.
Definition at line 28 of file IO_ply.cc.
References blender::io::ply::exporter_main(), PLYExportParams::filepath, and report_duration().
| void PLY_import | ( | bContext * | C, |
| const PLYImportParams * | import_params ) |
Definition at line 35 of file IO_ply.cc.
References PLYImportParams::filepath, blender::io::ply::importer_main(), and report_duration().
| Mesh * PLY_import_mesh | ( | const PLYImportParams * | import_params | ) |
Definition at line 42 of file IO_ply.cc.
References blender::io::ply::import_mesh().
Referenced by blender::nodes::nodes_geo_import_ply::node_geo_exec().
|
static |
Definition at line 20 of file IO_ply.cc.
References BLI_path_basename(), and blender::timeit::print_duration().
Referenced by PLY_export(), and PLY_import().