[Bf-blender-cvs] CVS commit: blender/source/blender/src editmode_undo.c

Ton Roosendaal ton at blender.org
Sun Dec 12 20:06:04 CET 2004


ton (Ton Roosendaal) 2004/12/12 20:06:04 CET

  Modified files:
    blender/source/blender/src editmode_undo.c 
  
  Log:
  Bug, reported by Bassam;
  
  When editing Meshes with vertex keys (RVKs), the undo stack isn't
  updated correctly, causing a loss of the situation when entering
  editmode after changing active key, and doing undo immediate after.
  
  This due to an 'optimizer' in the undo code that tried to prevent undos
  pushed on identical situations (e.g. pressing TAB multiple times).
  Decided to remove that convention, the annoyance of having possible
  multiple undos in a row isn't worth solving it by potential losses.
  
  Revision  Changes    Path
  1.14      +3 -6      blender/source/blender/src/editmode_undo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmode_undo.c.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list