Blender Git Loki
Git Commits -> Revision 2bcf091
Revision 2bcf091 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 7, 2019, 13:13 (GMT) |
control simulation with some properties |
Commit Details:
Full Hash: 2bcf091ba9bca6eae7eb7218691a275ec76225e2
Parent Commit: 80ec80c
Lines Changed: +30, -13
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodeparticles.c (+3, -2) (Diff)
/source/blender/simulations/BParticles.h (+1, -1) (Diff)
/source/blender/simulations/bparticles/core.hpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+7, -4) (Diff)
/source/blender/simulations/bparticles/playground_solver.cpp (+6, -4) (Diff)
/source/blender/simulations/bparticles/playground_solver.hpp (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodeparticles.c (+3, -2) (Diff)
/source/blender/simulations/BParticles.h (+1, -1) (Diff)
/source/blender/simulations/bparticles/core.hpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+7, -4) (Diff)
/source/blender/simulations/bparticles/playground_solver.cpp (+6, -4) (Diff)
/source/blender/simulations/bparticles/playground_solver.hpp (+1, -1) (Diff)