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
path: root/source
diff options
context:
space:
mode:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-10-04 22:50:58 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-10-04 22:50:58 +0400
commitfe6badc18650a5d37a66c12552e574a092771823 (patch)
tree9cce65b8540046753ef2617a417e988a87e35483 /source
parent375056def53c24794dc1eccdac6d829eb260662a (diff)
Another little fix for non-prop edgeslide
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/editmesh_tools.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index da358ba1e2b..fa7047ee75c 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -4782,8 +4782,9 @@ int EdgeSlide(short immediate, float imperc)
look = look->next;
}
// we should have enough info now to slide
- //persp(PERSP_WIN);
- //glDrawBuffer(GL_FRONT);
+
+ len = 0.0f;
+
percp = -1;
while(draw){
/* For the % calculation */
@@ -4792,7 +4793,7 @@ int EdgeSlide(short immediate, float imperc)
float v2[2], v3[2];
EditVert *centerVert, *upVert, *downVert;
- len = 0.0f;
+
getmouseco_areawin(mval);