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:
Diffstat (limited to 'source/blender/collada/ImportSettings.h')
-rw-r--r--source/blender/collada/ImportSettings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/collada/ImportSettings.h b/source/blender/collada/ImportSettings.h
index 3f3a9fb354e..f2185b13c50 100644
--- a/source/blender/collada/ImportSettings.h
+++ b/source/blender/collada/ImportSettings.h
@@ -32,7 +32,8 @@
struct ImportSettings {
public:
bool import_units;
-
+ bool find_chains;
+ int min_chain_length;
char *filepath;
};