blender/intern/cycles
Sergey Sharybin 2e0e2cb170 Highlight currently rendering tiles
This commit implements highlight of tiles which are being currently
rendered for both Blender Internal and Cycles (and should be possible
to use it for other external engines as well).

Couple of implementation details:

- Added one extra boolean flag to render engine which should be set
  to truth if render engine wants to highlight tiles. If so, property
  use_highlight_tiles should be set to True.

- Render Part's ready boolena was changed by status enum, which could
  be NONE, IN_PROGRESS and READY. All render part with IN_PROGRESS
  status will be highlighted in image editor.

- For external engines render part's status is filling in automatically.
  Initially all render parts has got NONE status, then one external
  engine acquire render result, corresponding part will change status
  to IN_PROGRESS. As soon as render result is finished, corresponding
  render part will change status to FINISHED

  This should make it easy to highlight tiles for other engines as well.
2013-01-01 16:15:13 +00:00
..
app Cycles: merge some changes from a local branch to bring network rendering a bit 2012-12-21 11:13:46 +00:00
blender Highlight currently rendering tiles 2013-01-01 16:15:13 +00:00
bvh New feature 2012-12-28 14:21:30 +00:00
cmake Cycles / CMake: 2012-11-09 18:31:04 +00:00
device Cycles: deal a bit better with errors when CUDA runs out of memory, try to avoid crashes. 2012-12-23 12:53:58 +00:00
doc edits to cycles cmake files so cmake_consistency_check.py can parse them. 2011-11-08 20:27:37 +00:00
kernel Fix #33706: issue in cycles motion blur rendering after hair commit, my fault 2012-12-31 13:07:06 +00:00
render Highlight currently rendering tiles 2013-01-01 16:15:13 +00:00
subd style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
util New feature 2012-12-28 14:21:30 +00:00
CMakeLists.txt Cycles: merge some changes from a local branch to bring network rendering a bit 2012-12-21 11:13:46 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00