Blender Git Commit Log
Git Commits -> Revision 0966a3b
Revision 0966a3b by Sergey Sharybin (master) July 9, 2012, 10:26 (GMT) |
Fixed issues updating texture buffer used for clip editor frame display when specific circumstances are met. Mainly issue was caused by checking ImBuf pointers, which used to fail when some post-processing flags are changed. This was caused by the fact that freeing old ImBuf and allocating new one could lead to new ImBuf have the same pointer as previous one, which confuses cache. |
Commit Details:
Full Hash: 0966a3b191f124eb2fd7a7241c860feaad65ef7a
SVN Revision: 48749
Parent Commit: 9d73cbf
Lines Changed: +16, -16
1 Modified Path:
/source/blender/blenkernel/intern/movieclip.c (+16, -16) (Diff)