[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_resources.h butspace.h blender/source/blender/src drawview.c filesel.c header_view3d.c resources.c space.c toets.c

Ton Roosendaal ton at blender.org
Sat Oct 18 14:21:42 CEST 2003


ton (Ton Roosendaal) 2003/10/18 14:21:42 CEST

  Modified files:
    blender/source/blender/include BIF_resources.h butspace.h 
    blender/source/blender/src drawview.c filesel.c 
                               header_view3d.c resources.c space.c 
                               toets.c 
  
  Log:
  - added Theme for File Window
  - made grid drawing using the main theme color
  - was annoyed with the primitive grid... so coded something that allows
    zooming in and out a 100fold without losing gridlines
  - brought back 'NKEY' for mesh editmode
  - added to this a 'median' option; when more vertices selected you see
    the average coordinate. works nice when inputting values as well
    (todo: make this for other editmodes)
  - renamed the 'NKEY' panel to 'Transform Properties', also fixed in
    pulldown menu.
  
  I am off for the rest of the day. More committing fun tomorrow!
  
  -Ton-
  
  Revision  Changes    Path
  1.12      +2 -1      blender/source/blender/include/BIF_resources.h
  1.10      +2 -1      blender/source/blender/include/butspace.h
  1.26      +186 -53   blender/source/blender/src/drawview.c
  1.23      +21 -23    blender/source/blender/src/filesel.c
  1.11      +4 -4      blender/source/blender/src/header_view3d.c
  1.12      +44 -5     blender/source/blender/src/resources.c
  1.66      +3 -5      blender/source/blender/src/space.c
  1.14      +2 -2      blender/source/blender/src/toets.c



More information about the Bf-blender-cvs mailing list