[Bf-blender-cvs] CVS commit: blender/source/blender/blenloader/intern readfile.c blender/source/blender/include BSE_drawnla.h blender/source/blender/src drawnla.c editnla.c interface.c

Ton Roosendaal ton at blender.org
Thu Apr 22 14:36:27 CEST 2004


ton (Ton Roosendaal) 2004/04/22 14:36:27 CEST

  Modified files:
    blender/source/blender/blenloader/intern readfile.c 
    blender/source/blender/include BSE_drawnla.h 
    blender/source/blender/src drawnla.c editnla.c interface.c 
  
  Log:
  - NLA Window:
  Added support for Panels, and converted old NKEY menu here.
  Also enabled zooming in further, as for Action Window.
  (note: this editor can use some work, this action stuff is underdeveloped
  and mysterious!)
  
  - UI code
  Brought back fix that sets for each Panel a GL matrix for UI code thats
  coming after it. This makes system more flexible, and prevents conflicts
  with other uiBlocks in a window (like ipo, action).
  This will give a tinsy bit more load for moving mouse around... please
  report back if this causes troubles.
  
  Revision  Changes    Path
  1.52      +7 -1      blender/source/blender/blenloader/intern/readfile.c
  1.6       +2 -1      blender/source/blender/include/BSE_drawnla.h
  1.12      +85 -7     blender/source/blender/src/drawnla.c
  1.26      +5 -24     blender/source/blender/src/editnla.c
  1.115     +5 -3      blender/source/blender/src/interface.c



More information about the Bf-blender-cvs mailing list