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

Ton Roosendaal ton at blender.org
Wed Oct 27 12:39:49 CEST 2004


ton (Ton Roosendaal) 2004/10/27 12:39:49 CEST

  Modified files:
    blender/source/blender/src vpaint.c 
  
  Log:
  Bug #1690
  
  Crash on large mesh while vertex painting. Was combo of using shorts
  (signed) and just a too low limit (64k).
  Now it uses integer for main lookup table and max is 512k. Still an
  artificial limit, but this wont crash when you exceed faces, just give
  nice warning :)
  
  Revision  Changes    Path
  1.20      +9 -9      blender/source/blender/src/vpaint.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/vpaint.c.diff?r1=1.19&r2=1.20&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list