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

Brecht Van Lommel blendix at pandora.be
Tue May 25 21:06:49 CEST 2004


blendix (Brecht Van Lommel) 2004/05/25 21:06:49 CEST

  Modified files:
    blender/source/blender/src editsima.c header_image.c 
  
  Log:
  Fixed a potential bug in the uv editor transform function, a check if the tface
  might be only an edge was missing in one of the loops.
  
  Fix a crash that would sometimes happen when clicking the texture painting
  button in the image window header. Made headerbuttons_packdummy a static
  variable again. The uiDefBut call for the texture painting button stores a
  reference to it, so it must be kept in memory.
  
  Revision  Changes    Path
  1.17      +2 -2      blender/source/blender/src/editsima.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editsima.c.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>
  1.19      +5 -5      blender/source/blender/src/header_image.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_image.c.diff?r1=1.18&r2=1.19&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list