Blender Git Loki
Git Commits -> Revision b8d59cc
Revision b8d59cc by Ton Roosendaal (master) March 27, 2005, 18:17 (GMT) |
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.... |
Commit Details:
Full Hash: b8d59ccb6911adb34613c588b76b8df62801b42f
SVN Revision: 4073
Parent Commit: 6420120
Lines Changed: +1387, -1279
10 Modified Paths:
/source/blender/blenlib/intern/arithb.c (+3, -1) (Diff)
/source/blender/include/BIF_resources.h (+23, -1) (Diff)
/source/blender/include/blendef.h (+3, -0) (Diff)
/source/blender/src/blenderbuttons.c (+1290, -1261) (Diff)
/source/blender/src/editscreen.c (+1, -1) (Diff)
/source/blender/src/header_view3d.c (+30, -4) (Diff)
/source/blender/src/resources.c (+23, -3) (Diff)
/source/blender/src/space.c (+5, -0) (Diff)
/source/blender/src/transform.c (+8, -7) (Diff)
/source/blender/src/transform.h (+1, -1) (Diff)
/source/blender/include/BIF_resources.h (+23, -1) (Diff)
/source/blender/include/blendef.h (+3, -0) (Diff)
/source/blender/src/blenderbuttons.c (+1290, -1261) (Diff)
/source/blender/src/editscreen.c (+1, -1) (Diff)
/source/blender/src/header_view3d.c (+30, -4) (Diff)
/source/blender/src/resources.c (+23, -3) (Diff)
/source/blender/src/space.c (+5, -0) (Diff)
/source/blender/src/transform.c (+8, -7) (Diff)
/source/blender/src/transform.h (+1, -1) (Diff)