Blender Git Commit Log

Git Commits -> Revision 03c2439

Revision 03c2439 by Sebastián Barschkis (master)
August 4, 2020, 09:45 (GMT)
Fluid: Do not show fluid if frame is out of cache range

Before: If the current frame is out of the cache start/end range, the viewport will show the fluid as it was on the last frame that was still in the cache frame range.

Now: If the current frame is out of the cache start/end range, the viewport will show no fluid at all (even if there are cache files present for this frame).

This fix is related / in response to T79423.

Commit Details:

Full Hash: 03c2439d96e8f366646bf20095514c057593aa24
Parent Commit: b38c04a
Lines Changed: +45, -39

5 Modified Paths:

/intern/mantaflow/extern/manta_fluid_API.h (+1, -1) (Diff)
/intern/mantaflow/intern/manta_fluid_API.cpp (+2, -2) (Diff)
/intern/mantaflow/intern/MANTA_main.cpp (+27, -27) (Diff)
/intern/mantaflow/intern/MANTA_main.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/fluid.c (+12, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021