Blender Git Loki
Git Commits -> Revision 871962f
Revision 871962f by Julian Eisel (asset-browser) November 13, 2020, 16:54 (GMT) |
Make object preview generation thread-safe When creating the preview, the object is now deep-copied so the preview generation doesn't have to be done on the main thread, or block it. There's a failing assert for objects with particle settings, I think the assert needs to be corrected but I'll leave this aside for later. Disabled it for now. |
Commit Details:
Full Hash: 871962f393530cba1273d87526d6c48f4105fc2e
Parent Commit: be41051
Lines Changed: +18, -14