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/collada.h')
-rw-r--r--source/blender/collada/collada.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index 8daf2b65fe2..89b0e299408 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -40,11 +40,12 @@ extern "C" {
int collada_export(
Scene *sce,
const char *filepath,
- int selected,
int apply_modifiers,
- int include_armatures,
+ int selected,
int include_children,
+ int include_armatures,
+ int deform_bones_only,
int use_object_instantiation,
int sort_by_name,