Commit: e0dba5a405c3585c87c587195a0d902ff61a0057
Author: Kévin Dietrich
Date: Mon Jun 13 13:20:18 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBe0dba5a405c3585c87c587195a0d902ff61a0057
Remove bogus assert check.
===================================================================
M source/blender/alembic/intern/abc_mesh.cc
===================================================================
diff --git a/source/blender/alembic/intern/abc_mesh.cc
b/source/blender/alembic/intern/abc_mesh.cc
index 90ad4de..4116fa2 100644
--- a/source/blender/alembic/intern/abc_mesh.cc
+++ b/source/blender/alembic/intern/abc_mesh.cc
@@ -1361,9 +1361,6 @@ void read_uvs(MPoly *mpolys, MLoop *mloops, MLoopUV
*mloopuvs, size_t face_count
MLoop &loop = mloops[loop_index];
vert_index = (*indices)[loop.v];
- BLI_assert(vert_index < uvs->size());
- BLI_assert(loop_index < indices->size());
-
const Imath::V2f &uv = (*uvs)[vert_index];
MLoopUV &loopuv = mloopuvs[loop_index];
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs