Blender Git Loki
Git Commits -> Revision 125ff9f
Revision 125ff9f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 17, 2019, 10:16 (GMT) |
initial mesh surface emitter |
Commit Details:
Full Hash: 125ff9f320c9fbad50abbadadac6e3932c4d4c71
Parent Commit: e8ecbf3
Lines Changed: +86, -12
7 Modified Paths:
/source/blender/blenkernel/BKE_mesh_runtime.h (+8, -0) (Diff)
/source/blender/blenlib/BLI_math.hpp (+6, -1) (Diff)
/source/blender/modifiers/intern/MOD_nodeparticles.c (+5, -6) (Diff)
/source/blender/simulations/BParticles.h (+4, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+6, -3) (Diff)
/source/blender/simulations/bparticles/emitter.cpp (+52, -0) (Diff)
/source/blender/simulations/bparticles/emitter.hpp (+5, -1) (Diff)
/source/blender/blenlib/BLI_math.hpp (+6, -1) (Diff)
/source/blender/modifiers/intern/MOD_nodeparticles.c (+5, -6) (Diff)
/source/blender/simulations/BParticles.h (+4, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+6, -3) (Diff)
/source/blender/simulations/bparticles/emitter.cpp (+52, -0) (Diff)
/source/blender/simulations/bparticles/emitter.hpp (+5, -1) (Diff)