[Bf-blender-cvs] [dfa067d] alembic_basic_io: Cleanup.

Kévin Dietrich noreply at git.blender.org
Thu Jul 28 21:12:32 CEST 2016


Commit: dfa067d4c6fbabb9854836159e4f03c2824ff6ad
Author: Kévin Dietrich
Date:   Thu Jul 28 21:05:18 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBdfa067d4c6fbabb9854836159e4f03c2824ff6ad

Cleanup.

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

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

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

diff --git a/source/blender/alembic/intern/abc_points.cc b/source/blender/alembic/intern/abc_points.cc
index 9b2d02d..6260c5d 100644
--- a/source/blender/alembic/intern/abc_points.cc
+++ b/source/blender/alembic/intern/abc_points.cc
@@ -179,9 +179,9 @@ void read_points_sample(const IPointsSchema &schema,
                         CDStreamConfig &config,
                         float time)
 {
-	Alembic::AbcGeom::IPointsSchema::Sample m_sample = schema.getValue(selector);
+	Alembic::AbcGeom::IPointsSchema::Sample sample = schema.getValue(selector);
 
-	const P3fArraySamplePtr &positions = m_sample.getPositions();
+	const P3fArraySamplePtr &positions = sample.getPositions();
 
 	ICompoundProperty prop = schema.getArbGeomParams();
 	N3fArraySamplePtr vnormals;




More information about the Bf-blender-cvs mailing list