Blender Git Loki
Git Commits -> Revision 8bbf27d
Revision 8bbf27d by Janne Karhu (master) November 4, 2010, 20:17 (GMT) |
Temporary fix for "freezing when pointcache is baked": * WM_timecursor is broken somehow, so pointcache baking makes the cursor disappear. * For user this seems like blender has frozen although it's just a matter of no progress indication. * This fix just sets the default "busy" cursor for the whole duration of baking and reports progress in the console. * If there's and easy fix for this then it should probably be done straight away, but I want to re-implement baking using the job system soon anyways, so a proper fix for this is not strictly necessary. |
Commit Details:
Full Hash: 8bbf27dfbd8c3831541653f14de4e8b0bdf83259
SVN Revision: 32874
Parent Commit: 951882e
Lines Changed: +13, -3