[Bf-blender-cvs] [73583dc] alembic_basic_io: Small cleanup.

Kévin Dietrich noreply at git.blender.org
Wed Jul 6 01:36:50 CEST 2016


Commit: 73583dc9b703b033fa9f6d0888fce1a0ae466c48
Author: Kévin Dietrich
Date:   Tue Jul 5 11:08:57 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB73583dc9b703b033fa9f6d0888fce1a0ae466c48

Small 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 3d97fa4..bba258f 100644
--- a/source/blender/alembic/intern/abc_mesh.cc
+++ b/source/blender/alembic/intern/abc_mesh.cc
@@ -911,7 +911,8 @@ void AbcMeshReader::readObjectData(Main *bmain, Scene *scene, float time)
 				MEdge *edge = find_edge(edges, mesh->totedge, (*indices)[i], (*indices)[i + 1]);
 
 				if (edge) {
-					edge->crease = FTOCHAR((*sharpnesses)[s]);				}
+					edge->crease = FTOCHAR((*sharpnesses)[s]);
+				}
 			}
 
 			mesh->cd_flag |= ME_CDFLAG_EDGE_CREASE;




More information about the Bf-blender-cvs mailing list