|
Blender
V2.93
|
#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 23 of file ImportSettings.h.
| bool ImportSettings::auto_connect |
Definition at line 26 of file ImportSettings.h.
Referenced by print_import_header().
| char* ImportSettings::filepath |
Definition at line 29 of file ImportSettings.h.
Referenced by DocumentImporter::import(), print_import_header(), and DocumentImporter::writeImage().
| bool ImportSettings::find_chains |
Definition at line 25 of file ImportSettings.h.
Referenced by print_import_header().
| bool ImportSettings::fix_orientation |
Definition at line 27 of file ImportSettings.h.
Referenced by print_import_header().
| bool ImportSettings::import_units |
Definition at line 24 of file ImportSettings.h.
Referenced by DocumentImporter::finish(), and print_import_header().
| bool ImportSettings::keep_bind_info |
Definition at line 30 of file ImportSettings.h.
Referenced by print_import_header().
| int ImportSettings::min_chain_length |
Definition at line 28 of file ImportSettings.h.
Referenced by print_import_header().