Blender Git Loki
Git Commits -> Revision 57777b9
Revision 57777b9 by Brecht Van Lommel (master) March 11, 2019, 13:34 (GMT) |
Fix T61906: crash rendering softbody with Cycles and timeline visible. Make sure we don't reallocate arrays in the pointcache when not needed, the size of a memory allocation can be slightly bigger than the requested size. Also, use consistent check for shared cached in copy and free functions. |
Commit Details:
Full Hash: 57777b95428cef886bd3b2317b7728fa066acee1
Parent Commit: 2cb181d
Lines Changed: +16, -6