Blender Git Commit Log
Git Commits -> Revision 46a4cf3
Revision 46a4cf3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 10, 2019, 19:14 (GMT) |
new deform modifier |
Commit Details:
Full Hash: 46a4cf36972fc6f125f2ae0295ea2e2fa7ec6d9f
Parent Commit: ebc8987
Lines Changed: +139, -0
1 Added Path:
/source/blender/modifiers/intern/MOD_functiondeform.c (+104, -0) (View)
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+4, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+21, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+21, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)