|
Blender V4.3
|
#include <IO_wavefront_obj.hh>
Public Attributes | |
| char | filepath [FILE_MAX] |
| float | clamp_size = 0.0f |
| float | global_scale = 1.0f |
| eIOAxis | forward_axis = IO_AXIS_NEGATIVE_Z |
| eIOAxis | up_axis = IO_AXIS_Y |
| char | collection_separator = 0 |
| bool | use_split_objects = true |
| bool | use_split_groups = false |
| bool | import_vertex_groups = false |
| bool | validate_meshes = true |
| bool | relative_paths = true |
| bool | clear_selection = true |
| ReportList * | reports = nullptr |
Definition at line 70 of file IO_wavefront_obj.hh.
| float OBJImportParams::clamp_size = 0.0f |
Value 0 disables clamping.
Definition at line 74 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::OBJImportTest::OBJImportTest(), and blender::io::obj::transform_object().
| bool OBJImportParams::clear_selection = true |
Definition at line 84 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::importer_main(), and blender::io::obj::OBJImportTest::OBJImportTest().
| char OBJImportParams::collection_separator = 0 |
Definition at line 78 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::CurveFromGeometry::create_curve_object(), blender::io::obj::MeshFromGeometry::create_mesh_object(), and blender::io::obj::find_or_create_collection().
| char OBJImportParams::filepath[FILE_MAX] |
Full path to the source OBJ file to import.
Definition at line 72 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::OBJImportTest::import_and_check(), blender::io::obj::importer_main(), blender::nodes::node_geo_import_obj::node_geo_exec(), OBJ_import(), blender::io::obj::OBJParser::OBJParser(), and blender::io::obj::OBJParser::parse().
| eIOAxis OBJImportParams::forward_axis = IO_AXIS_NEGATIVE_Z |
Definition at line 76 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::OBJImportTest::OBJImportTest(), and blender::io::obj::transform_object().
| float OBJImportParams::global_scale = 1.0f |
Definition at line 75 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::OBJImportTest::OBJImportTest(), and blender::io::obj::transform_object().
| bool OBJImportParams::import_vertex_groups = false |
Definition at line 81 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh(), and blender::io::obj::OBJImportTest::OBJImportTest().
| bool OBJImportParams::relative_paths = true |
Definition at line 83 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh_object(), and blender::io::obj::OBJImportTest::OBJImportTest().
| ReportList* OBJImportParams::reports = nullptr |
Definition at line 86 of file IO_wavefront_obj.hh.
Referenced by blender::nodes::node_geo_import_obj::node_geo_exec(), and blender::io::obj::OBJParser::OBJParser().
Definition at line 77 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::OBJImportTest::OBJImportTest(), and blender::io::obj::transform_object().
| bool OBJImportParams::use_split_groups = false |
Definition at line 80 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh(), blender::io::obj::OBJImportTest::OBJImportTest(), and blender::io::obj::OBJParser::parse().
| bool OBJImportParams::use_split_objects = true |
Definition at line 79 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::OBJImportTest::OBJImportTest(), and blender::io::obj::OBJParser::parse().
| bool OBJImportParams::validate_meshes = true |
Definition at line 82 of file IO_wavefront_obj.hh.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh(), and blender::io::obj::OBJImportTest::OBJImportTest().