|
Blender V4.3
|
#include <IO_ply.hh>
Public Attributes | |
| char | filepath [FILE_MAX] |
| char | file_base_for_tests [FILE_MAX] |
| const char * | blen_filepath |
| bool | ascii_format |
| eIOAxis | forward_axis |
| eIOAxis | up_axis |
| float | global_scale |
| bool | export_selected_objects |
| bool | apply_modifiers |
| bool | export_uv |
| bool | export_normals |
| ePLYVertexColorMode | vertex_colors |
| bool | export_attributes |
| bool | export_triangulated_mesh |
| char | collection [MAX_IDPROP_NAME] = "" |
| ReportList * | reports = nullptr |
| bool PLYExportParams::apply_modifiers |
Definition at line 46 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata().
| bool PLYExportParams::ascii_format |
File export format, ASCII if true, binary otherwise.
Definition at line 37 of file IO_ply.hh.
Referenced by blender::io::ply::exporter_main(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), and blender::io::ply::write_header().
| const char* PLYExportParams::blen_filepath |
| char PLYExportParams::collection[MAX_IDPROP_NAME] = "" |
Definition at line 52 of file IO_ply.hh.
Referenced by blender::io::ply::exporter_main().
| bool PLYExportParams::export_attributes |
Definition at line 50 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata().
| bool PLYExportParams::export_normals |
Definition at line 48 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), and blender::io::ply::TEST_F().
| bool PLYExportParams::export_selected_objects |
Definition at line 45 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata().
| bool PLYExportParams::export_triangulated_mesh |
Definition at line 51 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata().
| bool PLYExportParams::export_uv |
Definition at line 47 of file IO_ply.hh.
Referenced by blender::io::ply::generate_vertex_map().
| char PLYExportParams::file_base_for_tests[FILE_MAX] |
| char PLYExportParams::filepath[FILE_MAX] |
Full path to the destination .PLY file.
Definition at line 29 of file IO_ply.hh.
Referenced by blender::io::ply::exporter_main(), PLY_export(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), and blender::io::ply::TEST_F().
| eIOAxis PLYExportParams::forward_axis |
Definition at line 40 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata().
| float PLYExportParams::global_scale |
Definition at line 42 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata().
| ReportList* PLYExportParams::reports = nullptr |
Definition at line 54 of file IO_ply.hh.
Referenced by blender::io::ply::exporter_main().
| eIOAxis PLYExportParams::up_axis |
Definition at line 41 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata().
| ePLYVertexColorMode PLYExportParams::vertex_colors |
Definition at line 49 of file IO_ply.hh.
Referenced by blender::io::ply::load_plydata(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), blender::io::ply::TEST_F(), and blender::io::ply::TEST_F().