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>2006-03-27 12:52:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-03-27 12:52:28 +0400
commitd26f0e8995b8431a44c41c3de747e81e17045ed6 (patch)
tree38d61edb9a39b868b96a6d796ea7f13e451327c5 /source/blender/src/editmesh_lib.c
parent9053425e72734484cf8f7c916238b133cde0485c (diff)
needed to normalize the plane for the manipulator.
Diffstat (limited to 'source/blender/src/editmesh_lib.c')
-rw-r--r--source/blender/src/editmesh_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editmesh_lib.c b/source/blender/src/editmesh_lib.c
index 974519a2844..cb8e34af532 100644
--- a/source/blender/src/editmesh_lib.c
+++ b/source/blender/src/editmesh_lib.c
@@ -250,6 +250,7 @@ void EM_editselection_plane(float *plane, EditSelection *ese)
VecCopyf(plane, vec);
}
}
+ Normalise(plane);
}