blender/source
Sergey Sharybin 7fcc1ac48b Implemented delayed partial rect update for image buffers
Used by image painting mode, so every brush step would mark area
if affected on, but actual color space conversion would happen
later when actually displaying image.

Implemented as a rcti stored in ImBuf which is getting merged with
partial rect passed to IMB_partial_display_buffer_update_delayed.

This makes painting as fast as it currently possible and finally
solves #33935: Texture painting slow down with mouse, but not with tablet
2013-02-11 13:24:35 +00:00
..
blender Implemented delayed partial rect update for image buffers 2013-02-11 13:24:35 +00:00
blenderplayer Fix building with blenderplayer 2013-02-11 12:41:57 +00:00
creator Command line argument '--python' wasn't working as documented since a long time, It wasnt checking for text-blocks. 2013-02-11 03:01:50 +00:00
gameengine style cleanup: also some typos 2013-02-11 00:49:00 +00:00
icons Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
tests fix for regression in bpy-api, python context passed to operators couldn't override collections. 2013-02-07 04:04:12 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00