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-03-27 22:17:48 +0400
committerTon Roosendaal <ton@blender.org>2005-03-27 22:17:48 +0400
commitb8d59ccb6911adb34613c588b76b8df62801b42f (patch)
tree6dca5e53b263ac0cb9329a28153c47f9579af879 /source/blender/src/space.c
parent642012064bfc50cb0e2c266e36738e965bcabab3 (diff)
Transform goodies;
- Added icons for the Widgets to blenderbuttons pic - Added in header - if widget in use - three buttons to choose widget type (hold shift for combo widgets) - Hotkey CTRL+space now switches widgets on/off I also noticed negative scaling doesn't work satisfying yet; - for scale widget, using center didn't work correct anymore (fixed) - negative scaling didn't even get applied! (fixed) - but; scaling somethig negative now flips back to positive... ???? Last one i need Martin P for! Note that I had to change Mat3ToSize....
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index ceb05cbfb68..0515e0124c9 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -1057,6 +1057,11 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
do_layer_buttons(11); break;
case ACCENTGRAVEKEY:
do_layer_buttons(-1); break;
+
+ case SPACEKEY:
+ G.vd->twflag ^= V3D_USE_MANIPULATOR;
+ doredraw= 1;
+ break;
case AKEY:
if(G.qual & LR_CTRLKEY) apply_object(); // also with shift!