[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern blender.c blender/source/blender/include BIF_interface.h butspace.h blender/source/blender/makesdna DNA_userdef_types.h blender/source/blender/src butspace.c buttons.txt buttons_shading.c editscreen.c header_buttonswin.c ...

Ton Roosendaal ton at blender.org
Sun Oct 12 15:58:57 CEST 2003


ton (Ton Roosendaal) 2003/10/12 15:58:57 CEST

  Modified files:
    blender/source/blender/blenkernel/intern blender.c 
    blender/source/blender/include BIF_interface.h butspace.h 
    blender/source/blender/makesdna DNA_userdef_types.h 
    blender/source/blender/src butspace.c buttons.txt 
                               buttons_shading.c editscreen.c 
                               header_buttonswin.c interface.c 
                               previewrender.c space.c 
  
  Log:
  - Converted lamp buttons and world buttons, they're pretty!
  - menu auto open now is user preset, including 2 thresholds you can set
  - hilites of pulldown menus were not cleared, fixed
  - changed F4 key to logic. F5 will show lamp buttons, when lamp active
  - in 'shader context' buttons, clicking camera will show world
  - Converted lamp buttons and world buttons, they're pretty!
  - menu auto open now is user preset, including 2 thresholds you can set
  - hilites of pulldown menus were not cleared, fixed
  - changed F4 key to logic. F5 will show lamp buttons, when lamp active
  - in 'shader context' buttons, clicking camera will show world
  
  Revision  Changes    Path
  1.9       +7 -1      blender/source/blender/blenkernel/intern/blender.c
  1.14      +2 -2      blender/source/blender/include/BIF_interface.h
  1.3       +9 -2      blender/source/blender/include/butspace.h
  1.14      +3 -1      blender/source/blender/makesdna/DNA_userdef_types.h
  1.9       +25 -9     blender/source/blender/src/butspace.c
  1.4       +1 -391    blender/source/blender/src/buttons.txt
  1.8       +553 -8    blender/source/blender/src/buttons_shading.c
  1.31      +6 -2      blender/source/blender/src/editscreen.c
  1.7       +3 -21     blender/source/blender/src/header_buttonswin.c
  1.50      +7 -6      blender/source/blender/src/interface.c
  1.13      +7 -7      blender/source/blender/src/previewrender.c
  1.52      +38 -9     blender/source/blender/src/space.c



More information about the Bf-blender-cvs mailing list