Blender Git Commit Log
Git Commits -> Revision 74bdbb9
Revision 74bdbb9 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 29, 2019, 13:48 (GMT) |
add integer attribute type |
Commit Details:
Full Hash: 74bdbb94e5c94f332b42ea42e25195485f8504d8
Parent Commit: d2c1f7b
Lines Changed: +136, -21
7 Modified Paths:
/source/blender/simulations/bparticles/attributes.cpp (+22, -2) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+52, -0) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+10, -0) (Diff)
/source/blender/simulations/bparticles/particles_container.cpp (+13, -0) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+0, -19) (Diff)
/source/blender/simulations/bparticles/particle_set.cpp (+33, -0) (Diff)
/source/blender/simulations/bparticles/particle_set.hpp (+6, -0) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+52, -0) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+10, -0) (Diff)
/source/blender/simulations/bparticles/particles_container.cpp (+13, -0) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+0, -19) (Diff)
/source/blender/simulations/bparticles/particle_set.cpp (+33, -0) (Diff)
/source/blender/simulations/bparticles/particle_set.hpp (+6, -0) (Diff)