[Bf-blender-cvs] [2f2272f71a2] master: Alembic: removed declaration of non-existing functions

Sybren A. Stüvel noreply at git.blender.org
Tue Jan 15 16:27:35 CET 2019


Commit: 2f2272f71a292ac4a74d3452e095ea80bb83d0d9
Author: Sybren A. Stüvel
Date:   Tue Jan 15 14:09:06 2019 +0100
Branches: master
https://developer.blender.org/rB2f2272f71a292ac4a74d3452e095ea80bb83d0d9

Alembic: removed declaration of non-existing functions

Removed AbcMeshWriter::getMeshInfo() and AbcMeshWriter::getMaterialIndices().

===================================================================

M	source/blender/alembic/intern/abc_mesh.h

===================================================================

diff --git a/source/blender/alembic/intern/abc_mesh.h b/source/blender/alembic/intern/abc_mesh.h
index fd6de1001ae..dd7e9c7adf0 100644
--- a/source/blender/alembic/intern/abc_mesh.h
+++ b/source/blender/alembic/intern/abc_mesh.h
@@ -65,17 +65,8 @@ private:
 	void writeMesh(struct Mesh *mesh);
 	void writeSubD(struct Mesh *mesh);
 
-	void getMeshInfo(struct Mesh *mesh, std::vector<float> &points,
-	                 std::vector<int32_t> &facePoints,
-	                 std::vector<int32_t> &faceCounts,
-	                 std::vector<int32_t> &creaseIndices,
-	                 std::vector<int32_t> &creaseLengths,
-	                 std::vector<float> &creaseSharpness);
-
 	struct Mesh *getFinalMesh(bool &r_needsfree);
 
-	void getMaterialIndices(struct Mesh *mesh, std::vector<int32_t> &indices);
-
 	void writeArbGeoParams(struct Mesh *mesh);
 	void getGeoGroups(struct Mesh *mesh, std::map<std::string, std::vector<int32_t> > &geoGroups);



More information about the Bf-blender-cvs mailing list