|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | PLYExportParams |
| struct | PLYImportParams |
Enumerations | |
| enum | ePLYVertexColorMode { PLY_VERTEX_COLOR_NONE = 0 , PLY_VERTEX_COLOR_SRGB = 1 , PLY_VERTEX_COLOR_LINEAR = 2 } |
Functions | |
| 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) |
| enum ePLYVertexColorMode |
| 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().