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:
authorgaiaclary <gaia.clary@machinimatrix.org>2013-12-10 02:18:01 +0400
committergaiaclary <gaia.clary@machinimatrix.org>2013-12-10 02:18:01 +0400
commitfe81ac0e4e52b2f3cdf05d615a4065c9986d722f (patch)
tree7f378b054fe1150f1e440d499f016b5315f91844 /source/blender/collada/GeometryExporter.h
parent61a6d0676fe493e974478eb955d5a0f8205a2243 (diff)
Fix T37753: encapsulated the creation of the source ID into one function to ensure the id is always created correctly
Diffstat (limited to 'source/blender/collada/GeometryExporter.h')
-rw-r--r--source/blender/collada/GeometryExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/GeometryExporter.h b/source/blender/collada/GeometryExporter.h
index 3719072fe0c..5b67f80e98d 100644
--- a/source/blender/collada/GeometryExporter.h
+++ b/source/blender/collada/GeometryExporter.h
@@ -88,7 +88,7 @@ public:
void createVertexColorSource(std::string geom_id, Mesh *me);
- std::string makeTexcoordSourceId(std::string& geom_id, int layer_index);
+ std::string makeTexcoordSourceId(std::string& geom_id, int layer_index, bool is_single_layer);
//creates <source> for texcoords
void createTexcoordsSource(std::string geom_id, Mesh *me);