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>2014-05-01 16:52:10 +0400
committergaiaclary <gaia.clary@machinimatrix.org>2014-05-01 16:52:36 +0400
commit8bdac4d0bc21143bafbdbb9b45ab521dfedfa369 (patch)
treeed154990132eeba48b53e72b998b14a1ade320b7 /source/blender/collada/GeometryExporter.h
parent091f13a6185a8b41a40e22e1f81bc496335440c1 (diff)
fix T39967: Added support for Import/export of vertex color layers
Diffstat (limited to 'source/blender/collada/GeometryExporter.h')
-rw-r--r--source/blender/collada/GeometryExporter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/collada/GeometryExporter.h b/source/blender/collada/GeometryExporter.h
index 5b67f80e98d..4d54e79d796 100644
--- a/source/blender/collada/GeometryExporter.h
+++ b/source/blender/collada/GeometryExporter.h
@@ -100,7 +100,8 @@ public:
void create_normals(std::vector<Normal> &nor, std::vector<BCPolygonNormalsIndices> &ind, Mesh *me);
std::string getIdBySemantics(std::string geom_id, COLLADASW::InputSemantic::Semantics type, std::string other_suffix = "");
-
+ std::string makeVertexColorSourceId(std::string& geom_id, char *layer_name);
+
COLLADASW::URI getUrlBySemantics(std::string geom_id, COLLADASW::InputSemantic::Semantics type, std::string other_suffix = "");
COLLADASW::URI makeUrl(std::string id);