Blender Git Commit Log
Git Commits -> Revision 4bec8ba
Revision 4bec8ba by Ton Roosendaal (master) October 28, 2003, 14:20 (GMT) |
Fixing loose ends: - nkey menu for buttonswindow (hex values) couldnt be restored yet, is for next release - replaced Nkey in IpoWindow with Panel, this now displays the buttons that were formerly in 'anim buttons' as well; to view the boundbox values of all visible curves, and adjust it. - the new panel also has the 'set speed' option, fixed stuff in it and added better errorwarning... still not a very well coded tool! |
Commit Details:
Full Hash: 4bec8ba7d53e4b90c683e183f1090a859a0e5a0e
SVN Revision: 1460
Parent Commit: c6ec4cb
Lines Changed: +460, -198
13 Modified Paths:
/source/blender/include/BIF_interface.h (+2, -1) (Diff)
/source/blender/include/BIF_space.h (+1, -2) (Diff)
/source/blender/include/butspace.h (+4, -6) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/src/butspace.c (+0, -104) (Diff)
/source/blender/src/buttons_object.c (+0, -49) (Diff)
/source/blender/src/buttons_shading.c (+102, -0) (Diff)
/source/blender/src/drawipo.c (+315, -16) (Diff)
/source/blender/src/editipo.c (+7, -5) (Diff)
/source/blender/src/interface.c (+7, -5) (Diff)
/source/blender/src/space.c (+15, -6) (Diff)
/source/blender/src/toets.c (+5, -2) (Diff)
/source/blender/src/toolbox.c (+1, -1) (Diff)
/source/blender/include/BIF_space.h (+1, -2) (Diff)
/source/blender/include/butspace.h (+4, -6) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/src/butspace.c (+0, -104) (Diff)
/source/blender/src/buttons_object.c (+0, -49) (Diff)
/source/blender/src/buttons_shading.c (+102, -0) (Diff)
/source/blender/src/drawipo.c (+315, -16) (Diff)
/source/blender/src/editipo.c (+7, -5) (Diff)
/source/blender/src/interface.c (+7, -5) (Diff)
/source/blender/src/space.c (+15, -6) (Diff)
/source/blender/src/toets.c (+5, -2) (Diff)
/source/blender/src/toolbox.c (+1, -1) (Diff)