Blender Git Commit Log
Git Commits -> Revision e64fa96
Revision e64fa96 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 22, 2019, 13:05 (GMT) |
initial particle group implementation |
Commit Details:
Full Hash: e64fa963deddda12193e47107ae5f53de8219b9c
Parent Commit: e0b82c6
Lines Changed: +169, -27
1 Added Path:
/release/scripts/startup/nodes/bparticle_nodes/groups.py (+31, -0) (View)
8 Modified Paths:
/release/scripts/startup/nodes/bparticle_nodes/mockups.py (+0, -27) (Diff)
/source/blender/functions/backends/cpp/cpp_type_info.hpp (+7, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+21, -0) (Diff)
/source/blender/simulations/bparticles/actions.hpp (+24, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+37, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+17, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+20, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.hpp (+12, -0) (Diff)
/source/blender/functions/backends/cpp/cpp_type_info.hpp (+7, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+21, -0) (Diff)
/source/blender/simulations/bparticles/actions.hpp (+24, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+37, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+17, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+20, -0) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.hpp (+12, -0) (Diff)