Blender Git Commit Log
Git Commits -> Revision 58997f4
Revision 58997f4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 5, 2019, 16:30 (GMT) |
initial passive modifier mode This allows creating separate meshes for the different particle types. |
Commit Details:
Full Hash: 58997f47af0f447b80cc1e0e55ae970384f1bd9a
Parent Commit: 66c0770
Lines Changed: +137, -21
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+13, -8) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+16, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+35, -0) (Diff)
/source/blender/modifiers/intern/MOD_bparticles.c (+53, -12) (Diff)
/source/blender/simulations/BParticles.h (+2, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+18, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+16, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+35, -0) (Diff)
/source/blender/modifiers/intern/MOD_bparticles.c (+53, -12) (Diff)
/source/blender/simulations/BParticles.h (+2, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+18, -0) (Diff)