|
Blender
V3.3
|
#include <IO_wavefront_obj.h>
Public Attributes | |
| char | filepath [FILE_MAX] |
| float | clamp_size |
| eIOAxis | forward_axis |
| eIOAxis | up_axis |
| bool | import_vertex_groups |
| bool | validate_meshes |
| bool | relative_paths |
| bool | clear_selection |
Definition at line 66 of file IO_wavefront_obj.h.
| float OBJImportParams::clamp_size |
Value 0 disables clamping.
Definition at line 70 of file IO_wavefront_obj.h.
Referenced by blender::io::obj::transform_object().
| bool OBJImportParams::clear_selection |
Definition at line 76 of file IO_wavefront_obj.h.
Referenced by blender::io::obj::importer_main().
| char OBJImportParams::filepath[FILE_MAX] |
Full path to the source OBJ file to import.
Definition at line 68 of file IO_wavefront_obj.h.
Referenced by blender::io::obj::importer_main(), OBJ_import(), blender::io::obj::OBJParser::OBJParser(), and blender::io::obj::OBJParser::parse().
| eIOAxis OBJImportParams::forward_axis |
Definition at line 71 of file IO_wavefront_obj.h.
Referenced by blender::io::obj::transform_object().
| bool OBJImportParams::import_vertex_groups |
Definition at line 73 of file IO_wavefront_obj.h.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh().
| bool OBJImportParams::relative_paths |
Definition at line 75 of file IO_wavefront_obj.h.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh().
| eIOAxis OBJImportParams::up_axis |
Definition at line 72 of file IO_wavefront_obj.h.
Referenced by blender::io::obj::transform_object().
| bool OBJImportParams::validate_meshes |
Definition at line 74 of file IO_wavefront_obj.h.
Referenced by blender::io::obj::MeshFromGeometry::create_mesh().