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>2018-02-25 00:15:52 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2018-02-25 00:51:04 +0300
commitd91f2ac37aa02d96a00d116fa55cdc9f55afd32c (patch)
tree29186cd544de67e20450d9e526fc9c133953db5c /source/blender/collada/collada.h
parent0a1434ed86687c3d7cacef0b2a19ef3326808beb (diff)
changing collada parameters
Differential Revision: https://developer.blender.org/D3080
Diffstat (limited to 'source/blender/collada/collada.h')
-rw-r--r--source/blender/collada/collada.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index a8f082f630c..e546e1f1056 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -67,7 +67,7 @@ int collada_import(struct bContext *C,
int keep_bind_info);
-int collada_export(struct Scene *sce,
+int collada_export(struct bContext *C,
const char *filepath,
int apply_modifiers,
BC_export_mesh_type export_mesh_type,