Blender Git Commit Log
Git Commits -> Revision 1180996
Revision 1180996 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 20, 2019, 12:06 (GMT) |
add ability to select output mesh type in modifier settings |
Commit Details:
Full Hash: 1180996832fce0081cfad48d98067feb1930bf99
Parent Commit: dd47cbf
Lines Changed: +55, -18
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+20, -0) (Diff)
/source/blender/modifiers/intern/MOD_bparticles.c (+6, -17) (Diff)
/source/blender/simulations/BParticles.h (+1, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+20, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+20, -0) (Diff)
/source/blender/modifiers/intern/MOD_bparticles.c (+6, -17) (Diff)
/source/blender/simulations/BParticles.h (+1, -0) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+20, -0) (Diff)