|
Blender V5.0
|
Go to the source code of this file.
Classes | |
| struct | PLYExportParams |
| struct | PLYImportParams |
Enumerations | |
| enum class | ePLYVertexColorMode { None = 0 , sRGB = 1 , Linear = 2 } |
Functions | |
| void | PLY_export (bContext *C, const PLYExportParams ¶ms) |
| void | PLY_import (bContext *C, const PLYImportParams ¶ms) |
| Mesh * | PLY_import_mesh (const PLYImportParams ¶ms) |
|
strong |
| 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().