Blender Git Loki
Git Commits -> Revision 942e983
Revision 942e983 by Sergey Sharybin (master) December 7, 2018, 11:41 (GMT) |
Fix/workaround crash opening almost any Spring file The issue was caused mpoly array urequired by the cache filling, but the pointer was never set when preparing render data. Seems this change is safe enough, in terms it shouldn't be causing slowdown, since the assignment of mpoly is cheap, but hard to tell if there is anything else affected by thing underneath. |
Commit Details:
Full Hash: 942e9835a9acdc19164bf6b07796eace1548f3fd
Parent Commit: fff5df8
Lines Changed: +1, -1
1 Modified Path:
/source/blender/draw/intern/draw_cache_impl_mesh.c (+1, -1) (Diff)