Blender Git Commit Log

Git Commits -> Revision 9de93ac

Revision 9de93ac by Matt Ebb (master)
January 12, 2004, 13:30 (GMT)
* Big menus update

Hard to describe other than by saying:

* Updates, re-thought organisation, etc based on testing
and feedback from 2.30 -> 2.31
* A *lot* of missing entries added
* Toolbox expanded, tidied and more consistent with
pulldown menus
* A lot of functionality hidden behind secondary pupmenu()s is now exposed through arguments, so that
they can be more easily explored from the pulldowns and
toolbox.

This is the reason for the many changed files in this
commit - had to clean up editing functions. Mixing
interface code in the middle of editing functionality is not
good for menus and toolboxes. Please don't do it!

At this stage, the menu and toolbox system (at least for most window spaces) should be just about 'stable' and 'complete'. It's now up to people to keep them up to date :)

Commit Details:

Full Hash: 9de93ac9dca9e981fe8b777ddbdedb0bc0be0e54
SVN Revision: 1908
Parent Commit: e40eaa4
Lines Changed: +1136, -276

14 Modified Paths:

/source/blender/include/BDR_editobject.h (+7, -3) (Diff)
/source/blender/include/BIF_editgroup.h (+2, -2) (Diff)
/source/blender/include/BIF_space.h (+2, -1) (Diff)
/source/blender/include/BSE_edit.h (+6, -0) (Diff)
/source/blender/include/BSE_editipo.h (+4, -2) (Diff)
/source/blender/include/BSE_headerbuttons.h (+7, -2) (Diff)
/source/blender/src/edit.c (+1, -1) (Diff)
/source/blender/src/editipo.c (+36, -9) (Diff)
/source/blender/src/editobject.c (+96, -44) (Diff)
/source/blender/src/header_action.c (+2, -0) (Diff)
/source/blender/src/header_ipo.c (+65, -1) (Diff)
/source/blender/src/header_view3d.c (+504, -116) (Diff)
/source/blender/src/space.c (+22, -16) (Diff)
/source/blender/src/toolbox.c (+382, -79) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021