[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern library.c blender/source/blender/src editseq.c interface.c

Ton Roosendaal ton at blender.org
Sat Apr 10 17:13:29 CEST 2004


ton (Ton Roosendaal) 2004/04/10 17:13:29 CEST

  Modified files:
    blender/source/blender/blenkernel/intern library.c 
    blender/source/blender/src editseq.c interface.c 
  
  Log:
  Bug 729
  
  When more than 30 scenes are in a scene, the sequencer "Add" option didnt
  show a databrowse window.
  This was a nasty one, because databrowse facilities are more-of tied to
  having a header. The fix is that I added option to IDnames_to_pupstring()
  to not limit the menu (by passing NULL for menu short pointer).
  
  Also noticed a bug with pupmenu_col(), which did return on a val==0 event
  (mouse release) which shouldn't be, this makes sequences of menus not
  possible.
  
  Revision  Changes    Path
  1.9       +5 -5      blender/source/blender/blenkernel/intern/library.c
  1.11      +4 -4      blender/source/blender/src/editseq.c
  1.112     +2 -2      blender/source/blender/src/interface.c



More information about the Bf-blender-cvs mailing list