Blender Git Commit Log

Git Commits -> Revision 650f9cf

Revision 650f9cf by Sebastián Barschkis (master)
April 22, 2020, 14:16 (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: 650f9cfe938f5e65e45a90223ce03c6b232a6217
Parent Commit: abdd411
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