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:
authorTon Roosendaal <ton@blender.org>2005-05-18 13:19:16 +0400
committerTon Roosendaal <ton@blender.org>2005-05-18 13:19:16 +0400
commit704867c4c9e2d2b6b218afb84b260fdb64f17f28 (patch)
tree9e50258dc502b8fcd5ced2434bb562a96331932b
parent1b3498b3f33631e5c68e15939297927474462831 (diff)
Bug fix #2578
My fix to make subloops more idling was not needed in the case for drawing the knife cut 'mouse trail'. This uses a proper qread() which has a wait builtin for events.
-rw-r--r--source/blender/src/editmesh_loop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_loop.c b/source/blender/src/editmesh_loop.c
index bd132f600c9..855f5c2ffb1 100644
--- a/source/blender/src/editmesh_loop.c
+++ b/source/blender/src/editmesh_loop.c
@@ -473,7 +473,6 @@ static CutCurve *get_mouse_trail(int *len, char mode){
ldown=0;
}
}
- else PIL_sleep_ms(10); // idle
if ((event==MIDDLEMOUSE)&&(get_mbut()&M_MOUSE)&&(i)){/*MMB Down*/
/*determine which axis to lock to, or clear if locked */