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

Alexander Ewering blender at instinctive.de
Sat Jul 30 03:14:59 CEST 2005


intrr (Alexander Ewering) 2005/07/30 03:14:59 CEST

  Modified files:
    blender/source/blender/src editfont.c 
  
  Log:
  Fixing (hopefully) a stupid issue with rendering text objects:
  
  cu->curinfo.mat_nr appearently didn't get initialized to 0 when creating
  a new curve / text object, thus assigning random material indices to
  characters, which crashed when rendering.
  
  I'm still not sure if this was the actual issue, though I'd hope so :)
  
  For old files that crash on rendering, just enter editmode on EACH text
  object, select all text, and assign a material to it.
  
  I hope this fixes.
  
  Revision  Changes    Path
  1.28      +10 -3     blender/source/blender/src/editfont.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editfont.c.diff?r1=1.27&r2=1.28&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list