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....
This commit is contained in:
2005-03-27 18:17:48 +00:00
parent 642012064b
commit b8d59ccb69
10 changed files with 1387 additions and 1279 deletions

View File

@@ -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!