Blender Git Commit Log
Git Commits -> Revision 1cc5f83
Revision 1cc5f83 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 13:46 (GMT) |
introduce force interface |
Commit Details:
Full Hash: 1cc5f8344261a237d1eb63268c5aec6b9fc51851
Parent Commit: e468ca9
Lines Changed: +65, -10
2 Added Paths:
/source/blender/simulations/bparticles/force_interface.cpp (+4, -0) (View)
/source/blender/simulations/bparticles/force_interface.hpp (+37, -0) (View)
/source/blender/simulations/bparticles/force_interface.hpp (+37, -0) (View)
5 Modified Paths:
/source/blender/simulations/bparticles/forces.cpp (+10, -4) (Diff)
/source/blender/simulations/bparticles/forces.hpp (+4, -3) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+5, -2) (Diff)
/source/blender/simulations/bparticles/integrator.hpp (+3, -1) (Diff)
/source/blender/simulations/CMakeLists.txt (+2, -0) (Diff)
/source/blender/simulations/bparticles/forces.hpp (+4, -3) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+5, -2) (Diff)
/source/blender/simulations/bparticles/integrator.hpp (+3, -1) (Diff)
/source/blender/simulations/CMakeLists.txt (+2, -0) (Diff)