Blender Git Loki
Git Commits -> Revision d832011
Revision d832011 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 18, 2014, 14:23 (GMT) |
modifier initial setup |
Commit Details:
Full Hash: d832011b820a0ece06cbcec0d79bacf9985a22d6
Parent Commit: c0907a6
Lines Changed: +277, -16
2 Added Paths:
/source/blender/makesrna/intern/rna_fracture.c (+51, -0) (View)
/source/blender/modifiers/intern/MOD_fracture.c (+69, -0) (View)
/source/blender/modifiers/intern/MOD_fracture.c (+69, -0) (View)
17 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+5, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_common.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+4, -4) (Diff)
/source/blender/blenkernel/intern/fracture.c (+86, -5) (Diff)
/source/blender/editors/interface/interface_templates.c (+4, -4) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+10, -0) (Diff)
/source/blender/makesdna/DNA_fracture_types.h (+10, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+5, -1) (Diff)
/source/blender/makesdna/intern/makesdna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+24, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -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)
/release/scripts/startup/bl_ui/properties_physics_common.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+4, -4) (Diff)
/source/blender/blenkernel/intern/fracture.c (+86, -5) (Diff)
/source/blender/editors/interface/interface_templates.c (+4, -4) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+10, -0) (Diff)
/source/blender/makesdna/DNA_fracture_types.h (+10, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+5, -1) (Diff)
/source/blender/makesdna/intern/makesdna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+24, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -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)