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/AnimationExporter.cpp')
-rw-r--r--source/blender/collada/AnimationExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp
index 9d0d075cade..cd4319e3101 100644
--- a/source/blender/collada/AnimationExporter.cpp
+++ b/source/blender/collada/AnimationExporter.cpp
@@ -356,7 +356,7 @@ void AnimationExporter::export_curve_animation(Object *ob, BCAnimationCurve &cur
if (curve.is_of_animation_type(BC_ANIMATION_TYPE_MATERIAL)) {
int material_index = curve.get_subindex();
- Material *ma = give_current_material(ob, material_index + 1);
+ Material *ma = BKE_object_material_get(ob, material_index + 1);
if (ma) {
collada_target = translate_id(id_name(ma)) + "-effect/common/" +
get_collada_sid(curve, axis);