Blender Git Loki
Git Commits -> Revision ee936bc
Revision ee936bc by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 8, 2014, 11:02 (GMT) |
added new setting for fracturing with particle sources, in most cases you want to use the particle birth coordinates as pointsource, but you can override this to get the coordinates of the current particle simulation state. But as the particle cache is kinda broken and shows wrong positions at beginning if simulation has been run before, this can lead to errors. Best practice is to keep this option enabled, only disable if you really need to ! |
Commit Details:
Full Hash: ee936bc922a00548227d4472926c4c37f11a1b9f
Parent Commit: 255fe8a
Lines Changed: +28, -6
5 Modified Paths:
/release/scripts/startup/bl_operators/presets.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+19, -5) (Diff)
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+19, -5) (Diff)