[Bf-blender-cvs] [f36f60543ff] master: OpenSubdiv: Cleanup, indentation

Sergey Sharybin noreply at git.blender.org
Wed Jan 16 11:33:38 CET 2019


Commit: f36f60543ff8b99066f43a9df9a62b43cc3153c3
Author: Sergey Sharybin
Date:   Mon Jan 14 17:09:44 2019 +0100
Branches: master
https://developer.blender.org/rBf36f60543ff8b99066f43a9df9a62b43cc3153c3

OpenSubdiv: Cleanup, indentation

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

M	intern/opensubdiv/internal/opensubdiv_topology_refiner.cc

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

diff --git a/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc b/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
index 6ac8a67e3e6..1840a4fc989 100644
--- a/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
+++ b/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
@@ -352,9 +352,9 @@ bool checkGeometryFacesMatch(
       }
     }
     if (!direct_match) {
-// If face didn't match in direct direction we also test if it matches in
-// reversed direction. This is because conversion might reverse loops to
-// make normals consistent.
+      // If face didn't match in direct direction we also test if it matches in
+      // reversed direction. This is because conversion might reverse loops to
+      // make normals consistent.
 #ifdef OPENSUBDIV_ORIENT_TOPOLOGY
       for (int face_vertex_index = 0; face_vertex_index < num_face_vertices;
            ++face_vertex_index) {



More information about the Bf-blender-cvs mailing list