[Bf-blender-cvs] CVS commit: blender/source/blender/include BDR_editobject.h BIF_editgroup.h BIF_space.h BSE_edit.h BSE_editipo.h BSE_headerbuttons.h blender/source/blender/src edit.c editipo.c editobject.c header_action.c header_ipo.c header_view3d.c space.c toolbox.c

Matt Ebb matt at mke3.net
Mon Jan 12 14:30:01 CET 2004


broken (Matt Ebb) 2004/01/12 14:30:01 CET

  Modified files:
    blender/source/blender/include BDR_editobject.h 
                                   BIF_editgroup.h BIF_space.h 
                                   BSE_edit.h BSE_editipo.h 
                                   BSE_headerbuttons.h 
    blender/source/blender/src edit.c editipo.c editobject.c 
                               header_action.c header_ipo.c 
                               header_view3d.c space.c toolbox.c 
  
  Log:
  * 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 :)
  
  Revision  Changes    Path
  1.8       +8 -4      blender/source/blender/include/BDR_editobject.h
  1.6       +3 -3      blender/source/blender/include/BIF_editgroup.h
  1.20      +3 -2      blender/source/blender/include/BIF_space.h
  1.8       +7 -1      blender/source/blender/include/BSE_edit.h
  1.11      +5 -3      blender/source/blender/include/BSE_editipo.h
  1.12      +8 -3      blender/source/blender/include/BSE_headerbuttons.h
  1.24      +2 -2      blender/source/blender/src/edit.c
  1.22      +37 -10    blender/source/blender/src/editipo.c
  1.64      +97 -45    blender/source/blender/src/editobject.c
  1.9       +3 -1      blender/source/blender/src/header_action.c
  1.18      +66 -2     blender/source/blender/src/header_ipo.c
  1.30      +505 -117  blender/source/blender/src/header_view3d.c
  1.121     +23 -17    blender/source/blender/src/space.c
  1.38      +383 -80   blender/source/blender/src/toolbox.c



More information about the Bf-blender-cvs mailing list