Blender Git Commit Log
Git Commits -> Revision 5bac249
Revision 5bac249 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 25, 2014, 20:05 (GMT) |
added vertex group support to mark passive areas of an object (which remain static) also rudimentary ground toggle / ground connect toggle operators |
Commit Details:
Full Hash: 5bac2491934706241167290f94f952ec0839c383
Parent Commit: c1515ce
Lines Changed: +141, -9
1 Added Path:
/release/scripts/startup/bl_operators/fracture.py (+89, -0) (View)
7 Modified Paths:
/release/scripts/startup/bl_operators/__init__.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+5, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+3, -2) (Diff)
/source/blender/editors/physics/physics_fracture.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+15, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+24, -4) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+5, -0) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+3, -2) (Diff)
/source/blender/editors/physics/physics_fracture.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+15, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+24, -4) (Diff)