[Bf-blender-cvs] [bd9f97b] alembic_basic_io: Correct comment.

Kévin Dietrich noreply at git.blender.org
Fri Jun 17 18:09:51 CEST 2016


Commit: bd9f97b625aaaa5affa3d4b7f4fe40a02bedb9e2
Author: Kévin Dietrich
Date:   Fri Jun 17 13:59:33 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBbd9f97b625aaaa5affa3d4b7f4fe40a02bedb9e2

Correct comment.

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

M	source/blender/alembic/intern/abc_customdata.cc

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

diff --git a/source/blender/alembic/intern/abc_customdata.cc b/source/blender/alembic/intern/abc_customdata.cc
index 3bb4294..8fdc173 100644
--- a/source/blender/alembic/intern/abc_customdata.cc
+++ b/source/blender/alembic/intern/abc_customdata.cc
@@ -145,9 +145,7 @@ static void write_uv(const OCompoundProperty &prop, const CDStreamConfig &config
  * - C3fGeomParam/C4fGeomParam on the arbGeomParam
  * - set scope as face varying
  *
- * The number of colors needs to match the number of vertices, not the number of
- * loops, so other software can import the data; that is we write one color per
- * vertex.
+ * TODO: check scope.
  */
 static void write_mcol(const OCompoundProperty &prop, const CDStreamConfig &config, void *data, const char *name)
 {




More information about the Bf-blender-cvs mailing list