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:
authorJoshua Leung <aligorith@gmail.com>2008-01-24 03:03:16 +0300
committerJoshua Leung <aligorith@gmail.com>2008-01-24 03:03:16 +0300
commit0d3c8ad238abe40657fdab9b08560aace94d4637 (patch)
tree4c42c5e69712d16b1bc4352b2a7bfd6bb83d97f7 /source/blender/src/editipo.c
parentf1fcbd8f140d8e2a828cd666698bba54f809e6c8 (diff)
* Made the "mini axis" draw with lines proportional to it's size. Currently, the thick lines are a bit too thick at larger sizes, but it's better than having slower viewports.
* Fixed bug with IPO-transform. When "Switch Mouse Buttons" is on, click-drag transforms of keys didn't work.
Diffstat (limited to 'source/blender/src/editipo.c')
-rw-r--r--source/blender/src/editipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c
index 3963103a168..6fe2e032eed 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -1660,7 +1660,7 @@ void mouse_select_ipo(void)
xo= mval[0];
yo= mval[1];
- while(get_mbut()&R_MOUSE) {
+ while (get_mbut() & ((U.flag & USER_LMOUSESELECT)?L_MOUSE:R_MOUSE)) {
getmouseco_areawin(mval);
if(abs(mval[0]-xo)+abs(mval[1]-yo) > 4) {