Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2016-06-03 19:26:12 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2016-06-03 19:31:51 +0300
commit38410e6e2527574176338fe7ba8711cbfdd2cc91 (patch)
treec6dd72c29b76f63bc10118adb79212d40ea088c1 /source/blender/collada/ImportSettings.h
parentb000a01725aff8715ad24b9202ed711a1edffec5 (diff)
changed use_connect from bool to a 3 state value (-1,0,1)
Diffstat (limited to 'source/blender/collada/ImportSettings.h')
-rw-r--r--source/blender/collada/ImportSettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/ImportSettings.h b/source/blender/collada/ImportSettings.h
index 783f58e6bff..2c52d73e756 100644
--- a/source/blender/collada/ImportSettings.h
+++ b/source/blender/collada/ImportSettings.h
@@ -33,6 +33,7 @@ struct ImportSettings {
public:
bool import_units;
bool find_chains;
+ bool auto_connect;
bool fix_orientation;
int min_chain_length;
char *filepath;