Blender Git Loki
Git Commits -> Revision daf119f
Revision daf119f by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 10, 2019, 14:30 (GMT) |
initial support for custom particle attributes |
Commit Details:
Full Hash: daf119f2a749a4338351674da7404e6a2e2964e2
Parent Commit: 4dccb37
Lines Changed: +171, -11
1 Added Path:
/release/scripts/startup/nodes/bparticle_nodes/custom_attributes.py (+58, -0) (View)
6 Modified Paths:
/release/scripts/startup/nodes/function_nodes/groups.py (+9, -9) (Diff)
/source/blender/functions/intern/inlined_tree_multi_function_network/mappings_nodes.cc (+8, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+19, -0) (Diff)
/source/blender/simulations/bparticles/actions.hpp (+21, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+51, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+5, -0) (Diff)
/source/blender/functions/intern/inlined_tree_multi_function_network/mappings_nodes.cc (+8, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+19, -0) (Diff)
/source/blender/simulations/bparticles/actions.hpp (+21, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+51, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+5, -0) (Diff)