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>2014-12-01 22:31:42 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2014-12-01 22:31:59 +0300
commite35b4bac0a2c537cd076c0ba92d443bc4e576da9 (patch)
tree95537089a74978febe15778765bd05dd4cfa87ec /source/blender/collada/collada.h
parent670f5deda62b35e8ed6e91f732052da775eb09f3 (diff)
Collada Importer: Separated finding bone chains and fixing leaf bone orientations into 2 functions and added a separated import option
Diffstat (limited to 'source/blender/collada/collada.h')
-rw-r--r--source/blender/collada/collada.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index 0a2713b1db5..6819a62fdf0 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -57,6 +57,7 @@ int collada_import(struct bContext *C,
const char *filepath,
int import_units,
int find_chains,
+ int fix_orientation,
int min_chain_length);
int collada_export(struct Scene *sce,