Blender Git Commit Log
Git Commits -> Revision d846f81
Revision d846f81 by Martin Felke (fracture_modifier) August 12, 2018, 12:54 (GMT) |
added autohide filtering based on filter object vertex positions mesh objects now use their verts and a distance, while empties (or other non-mesh objects) still use the maximum of the object size as radius |
Commit Details:
Full Hash: d846f810b2b76987ebd2044c3482e7de8a534ee2
Parent Commit: c5cf066
Lines Changed: +75, -10
5 Modified Paths:
/release/scripts/startup/bl_operators/presets.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+4, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+60, -8) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+4, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_fracture.c (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+60, -8) (Diff)