Blender Git Loki
Git Commits -> Revision 77d8f11
Revision 77d8f11 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 15:29 (GMT) |
avoid stepping when the emitter is moving quickly |
Commit Details:
Full Hash: 77d8f118efb3eb3418bbf21fcf42846fd86fc930
Parent Commit: 2e2fab2
Lines Changed: +58, -17
7 Modified Paths:
/source/blender/blenlib/BLI_math.hpp (+12, -5) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/simulations/bparticles/core.cpp (+10, -0) (Diff)
/source/blender/simulations/bparticles/core.hpp (+5, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+6, -2) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+22, -9) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+2, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/simulations/bparticles/core.cpp (+10, -0) (Diff)
/source/blender/simulations/bparticles/core.hpp (+5, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+6, -2) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+22, -9) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+2, -1) (Diff)