Blender
V3.3
|
#include <ImportSettings.h>
Public Attributes | |
bool | import_units |
bool | find_chains |
bool | auto_connect |
bool | fix_orientation |
int | min_chain_length |
char * | filepath |
bool | keep_bind_info |
Definition at line 9 of file ImportSettings.h.
bool ImportSettings::auto_connect |
Definition at line 12 of file ImportSettings.h.
Referenced by print_import_header().
char* ImportSettings::filepath |
Definition at line 15 of file ImportSettings.h.
Referenced by DocumentImporter::import(), print_import_header(), and DocumentImporter::writeImage().
bool ImportSettings::find_chains |
Definition at line 11 of file ImportSettings.h.
Referenced by print_import_header().
bool ImportSettings::fix_orientation |
Definition at line 13 of file ImportSettings.h.
Referenced by print_import_header().
bool ImportSettings::import_units |
Definition at line 10 of file ImportSettings.h.
Referenced by DocumentImporter::finish(), and print_import_header().
bool ImportSettings::keep_bind_info |
Definition at line 16 of file ImportSettings.h.
Referenced by print_import_header().
int ImportSettings::min_chain_length |
Definition at line 14 of file ImportSettings.h.
Referenced by print_import_header().