[Bf-blender-cvs] CVS commit: blender/source/blender/src editmesh.c blender/source/blender/makesdna DNA_mesh_types.h

Alexander Ewering blender at instinctive.de
Wed Nov 19 17:21:38 CET 2003


intrr (Alexander Ewering) 2003/11/19 17:21:37 CET

  Modified files:
    blender/source/blender/src editmesh.c 
    blender/source/blender/makesdna DNA_mesh_types.h 
  
  Log:
  - Fixes hidden vertices for undo. They are now stored in mvert->flag and
    thus also preserved over exiting/entering editmode (is this desirable?)
    Can be turned off easily ...
  
  - "Half-fixes" lost UV info problem with undo. I couldn't get it to
    crash or lose UV info anymore, but we now have a memory leak (me->tface).
  
    Ton, please check this!
  
  Revision  Changes    Path
  1.47      +21 -8     blender/source/blender/src/editmesh.c
  1.9       +2 -1      blender/source/blender/makesdna/DNA_mesh_types.h



More information about the Bf-blender-cvs mailing list