Blender Git Loki
Git Commits -> Revision c77f3b5
May 9, 2015, 14:06 (GMT) |
Fix flickering of previews during listing process. We cannot keep 'stable' list of items during listing process (each time new entries are added, we have to filter and sort the whole lot again, which means rebuilding 'draw' data from scratch - previews included). Just wait until our filelist is complete to generate/use previews. |
Commit Details:
Full Hash: c77f3b57bc4baf81efdabf6e22e83e691d012993
Parent Commit: abed546
Lines Changed: +2, -1
1 Modified Path:
/source/blender/editors/space_file/filelist.c (+2, -1) (Diff)