Blender Git Commit Log
Git Commits -> Revision a708562
Revision a708562 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) November 8, 2019, 18:48 (GMT) |
move attribute defaults back into AttributesInfo |
Commit Details:
Full Hash: a708562177b1c14bbbcc2c9609d4122bfe714dbc
Parent Commit: b9d4202
Lines Changed: +96, -149
10 Modified Paths:
/source/blender/functions/FN_attributes_block_container.h (+1, -2) (Diff)
/source/blender/functions/FN_attributes_ref.h (+29, -48) (Diff)
/source/blender/functions/intern/attributes_block_container.cc (+2, -3) (Diff)
/source/blender/functions/intern/attributes_ref.cc (+29, -16) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+21, -53) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+7, -11) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+2, -5) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+2, -7) (Diff)
/source/blender/simulations/bparticles/simulate.hpp (+0, -1) (Diff)
/source/blender/functions/FN_attributes_ref.h (+29, -48) (Diff)
/source/blender/functions/intern/attributes_block_container.cc (+2, -3) (Diff)
/source/blender/functions/intern/attributes_ref.cc (+29, -16) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+21, -53) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+7, -11) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+2, -5) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+2, -7) (Diff)
/source/blender/simulations/bparticles/simulate.hpp (+0, -1) (Diff)