This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Ton Roosendaal 9ef9d66a26 - Preview render (buttons) was executing the 'data ipos', causing inserting
keys with IKEY in buttons to not work.

- Crash in opengl while rendering was caused by the fact that scanline
  updates are drawn in the main thread, whilst the actual render thread
  then can already be doing different stuff.
  Especially with many layers & passes it's getting confusing easily :)

  Convention now is that scanline render updates only happen while the
  thread is looping over scanlines. As soon as it reached the last, no
  drawing happens, not even to update the last segment.
  This isnt a problen, since any finished tile is drawn again entirely.
2006-02-15 09:35:01 +00:00
..
2006-02-07 21:24:36 +00:00
2006-02-13 22:49:46 +00:00
2006-02-13 19:27:16 +00:00
2006-02-07 21:24:36 +00:00
2006-02-07 21:24:36 +00:00
2006-02-04 14:15:10 +00:00
2006-02-07 22:24:41 +00:00
2006-02-04 14:15:10 +00:00
2006-02-07 21:24:36 +00:00
2006-02-07 21:24:36 +00:00
2006-01-23 22:05:47 +00:00