[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_space.h BSE_editaction.h BSE_editipo.h BSE_editipo_types.h ipo.h blender/source/blender/makesdna DNA_action_types.h blender/source/blender/src drawaction.c editaction.c editipo.c editkey.c header_action.c ...

Ton Roosendaal ton at blender.org
Tue Apr 20 20:27:11 CEST 2004


ton (Ton Roosendaal) 2004/04/20 20:27:10 CEST

  Modified files:
    blender/source/blender/include BIF_space.h BSE_editaction.h 
                                   BSE_editipo.h 
                                   BSE_editipo_types.h ipo.h 
    blender/source/blender/makesdna DNA_action_types.h 
    blender/source/blender/src drawaction.c editaction.c editipo.c 
                               editkey.c header_action.c 
                               interface.c toets.c toolbox.c 
  
  Log:
  Another phase in panelizing all window types. Did lots of small code
  fixes, including:
  
  - Panel in action window (disabled it, since there's no need for it)
  - fix: when action was added to mesh with vertex keys, the action couldn't
    be deleted, nor did action window draw key names
  - mouse on RVK (key) in Action window: Nkey menu pops as well.
    This is not a good candidate to put in Panel, no selection possible here.
  - when you change name of RVK in action window, it shows in IpoWindow too
  
  Revision  Changes    Path
  1.22      +4 -1      blender/source/blender/include/BIF_space.h
  1.9       +2 -2      blender/source/blender/include/BSE_editaction.h
  1.12      +1 -2      blender/source/blender/include/BSE_editipo.h
  1.6       +4 -2      blender/source/blender/include/BSE_editipo_types.h
  1.6       +2 -2      blender/source/blender/include/ipo.h
  1.7       +3 -1      blender/source/blender/makesdna/DNA_action_types.h
  1.14      +78 -14    blender/source/blender/src/drawaction.c
  1.23      +183 -176  blender/source/blender/src/editaction.c
  1.24      +9 -141    blender/source/blender/src/editipo.c
  1.12      +4 -1      blender/source/blender/src/editkey.c
  1.11      +3 -2      blender/source/blender/src/header_action.c
  1.113     +8 -1      blender/source/blender/src/interface.c
  1.26      +2 -1      blender/source/blender/src/toets.c
  1.52      +1 -34     blender/source/blender/src/toolbox.c



More information about the Bf-blender-cvs mailing list