Blender Git Commit Log
Git Commits -> Revision 04195b1
Revision 04195b1 by Sebastián Barschkis (master) July 26, 2020, 20:02 (GMT) |
Fluid: Added new option to control the maximum number fluid particles in the simulation New option that lets users the define the maximum number of fluid particles that will be allowed in the simulation. This can come in handy, for example, to ensure that the particle count will not exceed the hardware capabilities, or to avoid excessive amounts of particles in a scene. |
Commit Details:
Full Hash: 04195b1e743c86550fb2d1836c882eff875dec85
Parent Commit: 2ebf263
Lines Changed: +18, -2
6 Modified Paths:
/intern/mantaflow/intern/MANTA_main.cpp (+1, -0) (Diff)
/intern/mantaflow/intern/strings/liquid_script.h (+3, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fluid.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/fluid.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_fluid_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_fluid.c (+9, -0) (Diff)
/intern/mantaflow/intern/strings/liquid_script.h (+3, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fluid.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/fluid.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_fluid_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_fluid.c (+9, -0) (Diff)