Blender Git Commit Log
Git Commits -> Revision a72bcf1
Revision a72bcf1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 3, 2019, 13:13 (GMT) |
new Surface Weights input node |
Commit Details:
Full Hash: a72bcf11e0be7c2d1d7add0657b2120ab6e6edd7
Parent Commit: 3398112
Lines Changed: +96, -5
6 Modified Paths:
/release/scripts/startup/nodes/bparticle_nodes/particle_inputs.py (+13, -0) (Diff)
/source/blender/simulations/bparticles/action_contexts.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+10, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+56, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.hpp (+12, -0) (Diff)
/source/blender/simulations/bparticles/action_contexts.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+10, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+56, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.hpp (+12, -0) (Diff)