Blender Git Loki
Git Commits -> Revision 05969e5
Revision 05969e5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 19, 2019, 10:24 (GMT) |
initial curve emitter |
Commit Details:
Full Hash: 05969e5418f7723215e3be20e38808b31bcb42c0
Parent Commit: 0a7715e
Lines Changed: +112, -20
7 Modified Paths:
/source/blender/blenlib/BLI_math.hpp (+26, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodeparticles.c (+4, -11) (Diff)
/source/blender/simulations/BParticles.h (+2, -3) (Diff)
/source/blender/simulations/bparticles/core.hpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+28, -6) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+49, -0) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodeparticles.c (+4, -11) (Diff)
/source/blender/simulations/BParticles.h (+2, -3) (Diff)
/source/blender/simulations/bparticles/core.hpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+28, -6) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+49, -0) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+2, -0) (Diff)