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:
authorDalai Felinto <dfelinto@gmail.com>2018-01-26 13:40:11 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-01-26 13:43:17 +0300
commit13238ee991ad9ec72330b7a23bfc1173f3a57e0f (patch)
treece893b0e68a14e3f03dbc38b3c8387eaedb41925 /source/blender/collada/EffectExporter.cpp
parentbd7060a87fd9f46c2bdd141e26934e8573c6e3f8 (diff)
Revert "Fix crash on Collada exporter"
This reverts commit bd7060a87fd9f46c2bdd141e26934e8573c6e3f8. I mixed two commits together (a fixup for outliner tooltips and a collada fix). Re-committing them individually.
Diffstat (limited to 'source/blender/collada/EffectExporter.cpp')
-rw-r--r--source/blender/collada/EffectExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/EffectExporter.cpp b/source/blender/collada/EffectExporter.cpp
index 5e7f92047d3..87392352a48 100644
--- a/source/blender/collada/EffectExporter.cpp
+++ b/source/blender/collada/EffectExporter.cpp
@@ -67,7 +67,7 @@ EffectsExporter::EffectsExporter(COLLADASW::StreamWriter *sw, const ExportSettin
bool EffectsExporter::hasEffects(Scene *sce)
{
- FOREACH_SCENE_OBJECT(sce, ob)
+ FOREACH_SCENE_OBJECT(scene, ob)
{
int a;
for (a = 0; a < ob->totcol; a++) {