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

Ken Hughes khughes at pacific.edu
Wed Oct 26 19:33:32 CEST 2005


khughes (Ken Hughes) 2005/10/26 19:33:31 CEST

  Modified files:
    blender/source/blender/src editobject.c 
  
  Log:
  -Bugfix #3207: ALT-C on a mesh with modifiers would cause memory corruption.
     We make a copy of the mesh and perform operations on the new object using
     mesh_create_derived_no_deform() for the new object instead of the
     original.
  
     Would be really nice if Daniel would look this over to see if it's really
     fixed, or if I've just moved the problem somewhere else. :-)  I'm leaving
     the bug report open until the fixed is verified.
  
  Revision  Changes    Path
  1.266     +9 -15     blender/source/blender/src/editobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editobject.c.diff?r1=1.265&r2=1.266&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list