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:
authorCampbell Barton <ideasman42@gmail.com>2018-02-26 11:33:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-26 11:35:45 +0300
commitf1bd96a9abc92defedcdfd9a0d57aa41277e8767 (patch)
tree059bb55548616867b054b2589684f2d2340d5eec /source/blender/collada/collada.h
parent3fd5a4047ccac755b1924d5caa04d21f99119abb (diff)
Revert "changing collada parameters"
This reverts commit d91f2ac37aa02d96a00d116fa55cdc9f55afd32c. This change makes scene.collada_export() meaningless (ignoring the scene the method is being run on).
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 e546e1f1056..a8f082f630c 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 bContext *C,
+int collada_export(struct Scene *sce,
const char *filepath,
int apply_modifiers,
BC_export_mesh_type export_mesh_type,