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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index 67aaf1ff6c7..646c8469e6b 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -38,13 +38,17 @@ extern "C" {
*/
int collada_import(bContext *C, const char *filepath);
int collada_export(
- Scene *sce,
+ Scene *sce,
const char *filepath,
int selected,
int apply_modifiers,
+
+ int include_armatures,
int include_bone_children,
+
int use_object_instantiation,
int second_life);
+
#ifdef __cplusplus
}
#endif