|
Blender V5.0
|
#include <IO_ply.hh>
Public Attributes | |
| char | filepath [FILE_MAX] = "" |
| eIOAxis | forward_axis = IO_AXIS_Y |
| eIOAxis | up_axis = IO_AXIS_Z |
| bool | use_scene_unit = false |
| float | global_scale = 1.0f |
| ePLYVertexColorMode | vertex_colors = ePLYVertexColorMode::sRGB |
| bool | import_attributes = true |
| bool | merge_verts = false |
| 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(), blender::nodes::nodes_geo_import_ply::node_geo_exec(), and blender::io::ply::read_ply_to_mesh().
Definition at line 60 of file IO_ply.hh.
Referenced by blender::io::ply::importer_main().
| float PLYImportParams::global_scale = 1.0f |
Definition at line 63 of file IO_ply.hh.
Referenced by blender::io::ply::importer_main().
| bool PLYImportParams::import_attributes = true |
Definition at line 65 of file IO_ply.hh.
Referenced by blender::nodes::nodes_geo_import_ply::node_geo_exec().
| ReportList* PLYImportParams::reports = nullptr |
Definition at line 68 of file IO_ply.hh.
Referenced by blender::nodes::nodes_geo_import_ply::node_geo_exec(), and blender::io::ply::read_ply_to_mesh().
Definition at line 61 of file IO_ply.hh.
Referenced by blender::io::ply::importer_main().
| bool PLYImportParams::use_scene_unit = false |
Definition at line 62 of file IO_ply.hh.
Referenced by blender::io::ply::importer_main().
| ePLYVertexColorMode PLYImportParams::vertex_colors = ePLYVertexColorMode::sRGB |