Blender Git Commit Log

Git Commits -> Revision b3259d5

June 8, 2015, 13:34 (GMT)
Cycles: Free hires smoke data from blender side after scene was fully synchronized

This happens if all object's smokes are backed to files and rendering is either
happening from command line of with locked interface.

The idea behind this change is to make as much memory available for path tracing
as possible, so after heavy swapping during synchronization period there's loads
of free memory to put important data back to RAM.

Commit Details:

Full Hash: b3259d51b464c01bfe2a507cffe04f46df761e86
Parent Commit: f1cd1e6
Lines Changed: +64, -4

8 Modified Paths:

/intern/cycles/blender/blender_mesh.cpp (+1, -1) (Diff)
/intern/cycles/blender/blender_session.cpp (+23, -0) (Diff)
/intern/cycles/blender/blender_session.h (+2, -0) (Diff)
/intern/cycles/render/session.cpp (+4, -0) (Diff)
/intern/cycles/render/session.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_object.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/object.c (+24, -1) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+8, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021