Blender Git Commit Log
Git Commits -> Revision 9e96295
Revision 9e96295 by Sergey Sharybin (master) September 26, 2012, 11:16 (GMT) |
Fix #32666: Memory Cache Limit stops working after set to 2048 Solved two issues here: - RNA update function for cache limiter wasn't type-casting to size_t type, which lead to long int overflow. - Display buffer size in color management wasn't calculated properly, ended up with much more extra memory usage than it's needed. |
Commit Details:
Full Hash: 9e96295ddbe0ee67b7a2706eb951d3d8f6cfb65d
SVN Revision: 50903
Parent Commit: e2baa41
Lines Changed: +2, -2