Blender Git Commit Log
Git Commits -> Revision 80469a7
Revision 80469a7 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) March 31, 2021, 11:08 (GMT) |
Prevent preview loading from triggering continuous redraws The preview rendering notifiers would be continuously sent, causing continuous redraws. In the File Browser that also happens (and I don't think it's intentionaly) although it causes refreshes there that don't do much and there won't be redraws unless necessary. Correcting this may cause issues, so better to do it separately. Issue is that the previews were fetched using the BLI_task API, and a timer was started to send notifiers continuously. But there was nothing to check if the tasks were done, so that the timer could be stopped. |
Commit Details:
Full Hash: 80469a7675af80e82a6815bc13f7cdfb06275f50
Parent Commit: a0a0edc
Lines Changed: +24, -2