Blender  V3.3
Public Attributes | List of all members
OBJImportParams Struct Reference

#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
 

Detailed Description

Definition at line 66 of file IO_wavefront_obj.h.

Member Data Documentation

◆ clamp_size

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().

◆ clear_selection

bool OBJImportParams::clear_selection

Definition at line 76 of file IO_wavefront_obj.h.

Referenced by blender::io::obj::importer_main().

◆ filepath

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().

◆ forward_axis

eIOAxis OBJImportParams::forward_axis

Definition at line 71 of file IO_wavefront_obj.h.

Referenced by blender::io::obj::transform_object().

◆ import_vertex_groups

bool OBJImportParams::import_vertex_groups

Definition at line 73 of file IO_wavefront_obj.h.

Referenced by blender::io::obj::MeshFromGeometry::create_mesh().

◆ relative_paths

bool OBJImportParams::relative_paths

Definition at line 75 of file IO_wavefront_obj.h.

Referenced by blender::io::obj::MeshFromGeometry::create_mesh().

◆ up_axis

eIOAxis OBJImportParams::up_axis

Definition at line 72 of file IO_wavefront_obj.h.

Referenced by blender::io::obj::transform_object().

◆ validate_meshes

bool OBJImportParams::validate_meshes

Definition at line 74 of file IO_wavefront_obj.h.

Referenced by blender::io::obj::MeshFromGeometry::create_mesh().


The documentation for this struct was generated from the following file: