Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-14 19:09:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-16 13:00:42 +0300
commitf36f60543ff8b99066f43a9df9a62b43cc3153c3 (patch)
tree5d03ebc493458e25affd8f5cdc4ee3b489ae31b3 /intern/opensubdiv
parent4347879c4303d7210a688676562a15aa78054676 (diff)
OpenSubdiv: Cleanup, indentation
Diffstat (limited to 'intern/opensubdiv')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_topology_refiner.cc6
1 files changed, 3 insertions, 3 deletions
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) {