Commit: a46df64c5e3821047e9cf4492efd6a46ffb9ab61
Author: Kévin Dietrich
Date:   Fri Jun 17 18:07:16 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBa46df64c5e3821047e9cf4492efd6a46ffb9ab61

Cleanup.

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

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 03fda69..60dc3d8 100644
--- a/source/blender/alembic/intern/abc_mesh.cc
+++ b/source/blender/alembic/intern/abc_mesh.cc
@@ -944,7 +944,7 @@ void AbcMeshReader::readPolyDataSample(Mesh *mesh,
                                                        : 
m_schema.getUVsParam());
 
        if (uv.valid()) {
-               IV2fGeomParam::Sample uvsamp = uv.getExpandedValue();
+               IV2fGeomParam::Sample uvsamp;
                uv.getIndexed(uvsamp, Alembic::Abc::ISampleSelector(0.0f));
 
                uvs = uvsamp.getVals();

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to