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

Joshua Leung aligorith at gmail.com
Fri Jan 5 01:23:56 CET 2007


aligorith (Joshua Leung) 2007/01/05 01:23:56 CET

  Modified files:
    blender/source/blender/src editipo.c 
  
  Log:
  Bugfix #5600:
  
  When clicking on the basis curve of a Curve's shapekeys in the IPO Editor
  with 'Relative' turned off, Blender crashed. This was caused by the call to
  set_sculpt_object() which only works on meshes (at the moment).
  
  I've added a check to make sure this is only called for meshes. Also, silenced
  the 'implicit declaration' warning my compiler was giving me about this function.
  
  Revision  Changes    Path
  1.120     +7 -2      blender/source/blender/src/editipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo.c.diff?r1=1.119&r2=1.120&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list