[Bf-committers] CVS commit: blender/source/blender/src editnla.c

Kent Mein bf-committers@blender.org
Fri, 21 Feb 2003 19:42:56 +0100 (CET)


sirdude (Kent Mein) 2003/02/21 19:42:56 CET

  Modified files:
    blender/source/blender/src editnla.c 
  
  Log:
  zel365 showed me this bug with deleting nla keys...
  If I had to guess REMAKEIPO is kind of miss named.
  since what it does it free up memory it almost looks like it should be a part of
  REMAKEALLIPO we both felt a little overwhelmed by the code though and opted for
  just calling both of them in delete_nlachannel_keys
  I also added in         allqueue (REDRAWVIEW3D, 0);
  since things could probably change around since your recalcing the ipo's...
  
  Kent
  
  Revision  Changes    Path
  1.9       +3 -1      blender/source/blender/src/editnla.c