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/io/collada/EffectExporter.h')
-rw-r--r--source/blender/io/collada/EffectExporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/io/collada/EffectExporter.h b/source/blender/io/collada/EffectExporter.h
index c844d93b040..ab875382b27 100644
--- a/source/blender/io/collada/EffectExporter.h
+++ b/source/blender/io/collada/EffectExporter.h
@@ -65,9 +65,9 @@ class EffectsExporter : COLLADASW::LibraryEffects {
void set_specular(COLLADASW::EffectProfile &ep, Material *ma);
void set_reflective(COLLADASW::EffectProfile &ep, Material *ma);
- void get_images(Material *ma, KeyImageMap &uid_image_map);
+ void get_images(Material *ma, KeyImageMap &material_image_map);
void create_image_samplers(COLLADASW::EffectProfile &ep,
- KeyImageMap &uid_image_map,
+ KeyImageMap &material_image_map,
std::string &active_uv);
void writeTextures(COLLADASW::EffectProfile &ep,