Blender Git Loki
Git Commits -> Revision 1ec5edc
Revision 1ec5edc by Sergey Sharybin (master) November 29, 2016, 10:39 (GMT) |
Fix T50094: Crash when viewport rendering point density texture The idea is simple: cache PD resolution from cache_point_density() RNA function because that one is supposed to be called while database is locked for original synchronization. Ideally we would also pass array size to the sampling function, but it turned out to be quite problematic because API only accepts int type and passing size_t might cause some weird behavior. |
Commit Details:
Full Hash: 1ec5edcc9669f46b1f0fd29c765a326ea525e7f3
Parent Commit: 7ea2ded
Lines Changed: +11, -4