Blender Git Commit Log
Git Commits -> Revision 7fcc1ac
Revision 7fcc1ac by Sergey Sharybin (master) February 11, 2013, 13:24 (GMT) |
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 |
Commit Details:
Full Hash: 7fcc1ac48b405f8f6ef0ab7b7cd3dba1f5c6b24d
SVN Revision: 54463
Parent Commit: 30a1858
Lines Changed: +39, -12