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

Ton Roosendaal ton at blender.org
Sat Mar 12 13:10:08 CET 2005


ton (Ton Roosendaal) 2005/03/12 13:10:08 CET

  Modified files:
    blender/source/blender/src editobject.c meshtools.c 
  
  Log:
  Bug fix as reported by Fish-Face/Chris Le Sueur on IRC
  
  After deleting an object, the call free_and_unlink_base() takes care of
  NULLifying object pointers. But, with exception of constraints. Silly!!!
  
  So, in the end of a function additionally the test_scene_constraints()
  has to be called to prevent crashes. This was missing in join_mesh and
  convert_object.
  
  Revision  Changes    Path
  1.166     +7 -2      blender/source/blender/src/editobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editobject.c.diff?r1=1.165&r2=1.166&cvsroot=bf-blender>
  1.5       +2 -0      blender/source/blender/src/meshtools.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/meshtools.c.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list