Blender Git Loki
Git Commits -> Revision 01e97d1
Revision 01e97d1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 10, 2019, 12:23 (GMT) |
initial experimental Mesh Force node |
Commit Details:
Full Hash: 01e97d117f3f528ff1bd948fccab861e1a9c2485
Parent Commit: 2c0397e
Lines Changed: +114, -1
5 Modified Paths:
/release/scripts/startup/nodes/bparticle_nodes/forces.py (+12, -1) (Diff)
/source/blender/blenlib/BLI_math.hpp (+5, -0) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+34, -0) (Diff)
/source/blender/simulations/bparticles/forces.hpp (+29, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+34, -0) (Diff)
/source/blender/blenlib/BLI_math.hpp (+5, -0) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+34, -0) (Diff)
/source/blender/simulations/bparticles/forces.hpp (+29, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+34, -0) (Diff)