|
Blender V4.3
|
#include <IO_ply.hh>
Public Attributes | |
| char | filepath [FILE_MAX] |
| eIOAxis | forward_axis |
| eIOAxis | up_axis |
| bool | use_scene_unit |
| float | global_scale |
| ePLYVertexColorMode | vertex_colors |
| bool | import_attributes |
| bool | merge_verts |
| ReportList * | reports = nullptr |
| char PLYImportParams::filepath[FILE_MAX] |
Full path to the source PLY file to import.
Definition at line 59 of file IO_ply.hh.
Referenced by blender::io::ply::import_mesh(), blender::io::ply::importer_main(), PLY_import(), and blender::io::ply::read_ply_to_mesh().
| eIOAxis PLYImportParams::forward_axis |
Definition at line 60 of file IO_ply.hh.
Referenced by blender::io::ply::importer_main().
| float PLYImportParams::global_scale |
Definition at line 63 of file IO_ply.hh.
Referenced by blender::io::ply::importer_main().
| ReportList* PLYImportParams::reports = nullptr |
Definition at line 68 of file IO_ply.hh.
Referenced by blender::io::ply::read_ply_to_mesh().
| eIOAxis PLYImportParams::up_axis |
Definition at line 61 of file IO_ply.hh.
Referenced by blender::io::ply::importer_main().
| bool PLYImportParams::use_scene_unit |
Definition at line 62 of file IO_ply.hh.
Referenced by blender::io::ply::importer_main().
| ePLYVertexColorMode PLYImportParams::vertex_colors |