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:
authorCampbell Barton <ideasman42@gmail.com>2012-05-22 20:09:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-22 20:09:31 +0400
commit3fc3c9f3b4003dd26e1df8282942622cbdb9e954 (patch)
tree6941e96e46330668879d7a83440675f736942060 /source/blender/bmesh
parente1eeb817927a280b91a71d25b5b5166161096a90 (diff)
style cleanup: relating to skin modifier
Diffstat (limited to 'source/blender/bmesh')
-rw-r--r--source/blender/bmesh/intern/bmesh_marking.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/bmesh/intern/bmesh_marking.c b/source/blender/bmesh/intern/bmesh_marking.c
index 4e3f50b1106..1720ee4f55a 100644
--- a/source/blender/bmesh/intern/bmesh_marking.c
+++ b/source/blender/bmesh/intern/bmesh_marking.c
@@ -612,8 +612,6 @@ void BM_editselection_normal(BMEditSelection *ese, float r_normal[3])
}
}
-/* ref - editmesh_lib.cL:EM_editselection_plane() */
-
/* Calculate a plane that is rightangles to the edge/vert/faces normal
* also make the plane run along an axis that is related to the geometry,
* because this is used for the manipulators Y axis. */