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:
authorPablo Vazquez <venomgfx@gmail.com>2019-02-04 03:23:48 +0300
committerPablo Vazquez <venomgfx@gmail.com>2019-02-04 03:23:48 +0300
commit3be845ce20f6101838eeda7c15abf027f0c1a0f6 (patch)
treef67c61a3ca4f9db7b7f19927a82523203e9d44bd /source/blender/freestyle
parenta6f045de3fad180c4010b7b3d0a7b0db28c36886 (diff)
Cleanup: Typos in comments (to to)
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/geometry/matrix_util.cpp2
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/geometry/matrix_util.cpp b/source/blender/freestyle/intern/geometry/matrix_util.cpp
index 3fc7a00d7c7..d392da3af78 100644
--- a/source/blender/freestyle/intern/geometry/matrix_util.cpp
+++ b/source/blender/freestyle/intern/geometry/matrix_util.cpp
@@ -235,7 +235,7 @@ namespace MatrixUtil {
// Step 7: save the eigen vectors
- // back from Fortran to to C++
+ // back from Fortran to C++
v++;
ij = 0;
diff --git a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
index bbf745b044c..e7b49c0c892 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
@@ -273,7 +273,7 @@ protected:
++_tvertex_iter;
#if 0
// Hack to deal with cusp. the result of a cusp is a TVertex having two identical viewedges.
- // In order to iterate properly, we chose to to skip these last ones.
+ // In order to iterate properly, we chose to skip these last ones.
if (_feB.first == _beA.first) {
if (_feA.first == _beB.first) {
_tvertex_iter.first = 0;