[Bf-blender-cvs] CVS commit: blender/source/blender/render/intern/source rendercore.c blender/source/blender/src meshtools.c

Ton Roosendaal ton at blender.org
Fri Jan 19 14:32:43 CET 2007


ton (Ton Roosendaal) 2007/01/19 14:32:43 CET

  Modified files:
    blender/source/blender/render/intern/source rendercore.c 
    blender/source/blender/src meshtools.c 
  
  Log:
  Bugfix #5750
  
  <sob>the 'time cursor' for bake-render has to go... it is being called
  inside of a thread (even whilst thread is mutex locked), but that's not
  supported in X11. It might be even instable in OSX/Windows even...
  
  Only way to bring it back is to have the main loop (not in thread) update
  the time cursor like each second. Would still mean to add a counter var...
  will think it over. First want to have confirmed this is stable.
  
  Revision  Changes    Path
  1.201     +1 -6      blender/source/blender/render/intern/source/rendercore.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/rendercore.c.diff?r1=1.200&r2=1.201&cvsroot=bf-blender>
  1.49      +0 -1      blender/source/blender/src/meshtools.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/meshtools.c.diff?r1=1.48&r2=1.49&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list