[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_interface.h BIF_space.h butspace.h blender/source/blender/makesdna DNA_space_types.h blender/source/blender/src butspace.c buttons_object.c buttons_shading.c drawipo.c editipo.c interface.c space.c toets.c ...

Ton Roosendaal ton at blender.org
Tue Oct 28 15:20:04 CET 2003


ton (Ton Roosendaal) 2003/10/28 15:20:04 CET

  Modified files:
    blender/source/blender/include BIF_interface.h BIF_space.h 
                                   butspace.h 
    blender/source/blender/makesdna DNA_space_types.h 
    blender/source/blender/src butspace.c buttons_object.c 
                               buttons_shading.c drawipo.c 
                               editipo.c interface.c space.c 
                               toets.c toolbox.c 
  
  Log:
  Fixing loose ends:
  
  - nkey menu for buttonswindow (hex values) couldnt be restored yet, is
    for next release
  - replaced Nkey in IpoWindow with Panel, this now displays the buttons
    that were formerly in 'anim buttons' as well; to view the boundbox
    values of all visible curves, and adjust it.
  - the new panel also has the 'set speed' option, fixed stuff in it and
    added better errorwarning... still not a very well coded tool!
  
  Revision  Changes    Path
  1.23      +3 -2      blender/source/blender/include/BIF_interface.h
  1.17      +2 -3      blender/source/blender/include/BIF_space.h
  1.13      +5 -7      blender/source/blender/include/butspace.h
  1.16      +2 -2      blender/source/blender/makesdna/DNA_space_types.h
  1.18      +0 -104    blender/source/blender/src/butspace.c
  1.13      +0 -49     blender/source/blender/src/buttons_object.c
  1.22      +102 -0    blender/source/blender/src/buttons_shading.c
  1.22      +316 -17   blender/source/blender/src/drawipo.c
  1.20      +8 -6      blender/source/blender/src/editipo.c
  1.82      +8 -6      blender/source/blender/src/interface.c
  1.79      +16 -7     blender/source/blender/src/space.c
  1.16      +6 -3      blender/source/blender/src/toets.c
  1.25      +2 -2      blender/source/blender/src/toolbox.c



More information about the Bf-blender-cvs mailing list