Blender Git Commit Log

Git Commits -> Revision 7de86ad

Revision 7de86ad by Sebastián Barschkis (master)
April 15, 2020, 12:22 (GMT)
Fluid: Improved cache 'Replay' option

When using the 'Replay' cache mode the cache needs to be invalidated whenever simulation variables have been changed.
The invalidation will always only affect the according subcaches, e.g. when changing a mesh paramter only the mesh cache will be invalidated, the base cache will remain intact.
Before this change Blender always invalidated the entire cache.

Commit Details:

Full Hash: 7de86ad61fb1135c9e18f6336b5b01600b381b06
Parent Commit: 0f60446
Lines Changed: +351, -232

4 Modified Paths:

/source/blender/blenkernel/BKE_fluid.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/fluid.c (+140, -97) (Diff)
/source/blender/makesdna/DNA_fluid_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_fluid.c (+206, -135) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021