Blender Git Commit Log

Git Commits -> Revision 0d03929

Revision 0d03929 by Ton Roosendaal (master)
October 10, 2003, 17:29 (GMT)
Another huge commit!!!

First, check on the new files, which are listed below.
The new butspace.h is a local include, only to be used for the buttons
drawn in the buttonswindow.

- editbuts, animbuts, gamebuts, displaybuts, paintbuts, work now
- i quite completely reorganized it, it's now nicely telling you what
context it is in
- sorting error in panel align fixed (tabs were flipping)
- align works correctly automatic when you click around in Blender
- editsca.c renamed to buttons_logic.h
- button names are truncated from the right for allmost all buttons
(except text buttons and number buttons)
- while dragging panels, you cannot move them outside window anymore

And of course fixed loads of little bugs I encountered while testing
it all. This is a version I really need good test & feedback for.

Next step: restoring material/lamp/texture/world

Commit Details:

Full Hash: 0d03929b9b2cb05936a62e84fecfff18fca2fa7b
SVN Revision: 1275
Parent Commit: 952cd82
Lines Changed: +9261, -9648

6 Added Paths:

/source/blender/include/butspace.h (+482, -0) (View)
/source/blender/src/buttons_editing.c (+2057, -0) (View)
/source/blender/src/buttons_logic.c (+2618, -0) (View)
/source/blender/src/buttons_object.c (+903, -0) (View)
/source/blender/src/buttons_script.c (+82, -0) (View)
/source/blender/src/buttons_shading.c (+85, -0) (View)

1 Deleted Path:

/source/blender/src/editsca.c (+0, -2635)

23 Modified Paths:

/source/blender/blenkernel/BKE_utildefines.h (+1, -2) (Diff)
/source/blender/blenkernel/intern/displist.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -1) (Diff)
/source/blender/include/BIF_butspace.h (+52, -382) (Diff)
/source/blender/include/BIF_editarmature.h (+3, -1) (Diff)
/source/blender/include/BIF_interface.h (+4, -1) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -48) (Diff)
/source/blender/src/butspace.c (+59, -140) (Diff)
/source/blender/src/buttons.txt (+2506, -5929) (Diff)
/source/blender/src/buttons_scene.c (+44, -18) (Diff)
/source/blender/src/editarmature.c (+3, -252) (Diff)
/source/blender/src/editconstraint.c (+1, -0) (Diff)
/source/blender/src/editface.c (+1, -0) (Diff)
/source/blender/src/editipo.c (+1, -1) (Diff)
/source/blender/src/editscreen.c (+7, -1) (Diff)
/source/blender/src/ghostwinlay.c (+5, -1) (Diff)
/source/blender/src/headerbuttons.c (+1, -0) (Diff)
/source/blender/src/header_buttonswin.c (+11, -27) (Diff)
/source/blender/src/interface.c (+299, -191) (Diff)
/source/blender/src/previewrender.c (+1, -0) (Diff)
/source/blender/src/space.c (+26, -15) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021