[Bf-blender-cvs] [0f36ad24b50] refactor-mesh-position-generic: Slight cleanup

Hans Goudey noreply at git.blender.org
Fri Sep 23 20:27:36 CEST 2022


Commit: 0f36ad24b5031f78664a935a3c483751e173e308
Author: Hans Goudey
Date:   Fri Sep 23 13:27:27 2022 -0500
Branches: refactor-mesh-position-generic
https://developer.blender.org/rB0f36ad24b5031f78664a935a3c483751e173e308

Slight cleanup

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

M	source/blender/blenkernel/intern/subdiv_mesh.cc

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

diff --git a/source/blender/blenkernel/intern/subdiv_mesh.cc b/source/blender/blenkernel/intern/subdiv_mesh.cc
index 815670e8179..fd565a6e479 100644
--- a/source/blender/blenkernel/intern/subdiv_mesh.cc
+++ b/source/blender/blenkernel/intern/subdiv_mesh.cc
@@ -39,7 +39,6 @@ struct SubdivMeshContext {
   const SubdivToMeshSettings *settings;
   const Mesh *coarse_mesh;
   const float (*coarse_positions)[3];
-
   const MEdge *coarse_edges;
   const MPoly *coarse_polys;
   const MLoop *coarse_loops;



More information about the Bf-blender-cvs mailing list