August 19, 2018, 11:26 (GMT) |
split to islands and autoexecute work again re-using meshisland works too, but oddly initially the mesh is not drawn, needs to have a "pointsource" selected, but re-using meshislands works with empty pointsource atm |
August 18, 2018, 11:37 (GMT) |
crash fix with voronoi + fractal boolean |
August 18, 2018, 09:40 (GMT) |
couple of smaller fixes fixes like resetting to start position after cancelling animation or using the input scene for the current frame (not the evaluated one) |
August 17, 2018, 23:05 (GMT) |
fix for another memory / crash issue |
August 17, 2018, 20:31 (GMT) |
fixes for fractal boolean, autohide and convert to objects works all partially only still, because other blender things dont work as expected any more... |
August 16, 2018, 20:14 (GMT) |
removed all known memleaks happening in FM so far |
August 16, 2018, 16:35 (GMT) |
memory leak hunting with partial success |
August 15, 2018, 21:31 (GMT) |
fix for fastbisect with orthogonal cuts, also fix for crash in FM free function |
August 15, 2018, 21:11 (GMT) |
only sort meshes for fastbisect/fill and fractal now also removed commented old shard / fracmesh structs, they appeared in makesdna too still |
August 15, 2018, 12:36 (GMT) |
further rewrite to make more readable / maintainable code |
August 14, 2018, 21:21 (GMT) |
complete rewrite of ugly code pieces, work in progress |
August 14, 2018, 15:29 (GMT) |
made FM more CoW compliant and added some sanity checks |
August 14, 2018, 13:00 (GMT) |
removing shards from fracture modifer (work in progress) only dealing with mesh_islands now, they have been partially rewritten as well |
August 11, 2018, 23:22 (GMT) |
some more rigidbody refactor and crash fix for fracturing in debug mode |
August 10, 2018, 22:49 (GMT) |
crash fix for deform mblur velocity precalculation (port from 2.7x FM) |
August 10, 2018, 09:41 (GMT) |
do not init copy any more (was incorrect behavior) |
August 9, 2018, 22:44 (GMT) |
cheap "storage" solution for now, just recreate on load |
August 9, 2018, 21:58 (GMT) |
Merge branch 'blender2.8' into fracture_modifier-2.8 Conflicts: source/blender/makesdna/DNA_modifier_types.h source/blender/makesrna/intern/rna_modifier.c source/blender/modifiers/MOD_modifiertypes.h source/blender/modifiers/intern/MOD_util.c source/tools |
August 9, 2018, 21:34 (GMT) |
added "shared" pointer prop in RNA this way access to mesh_islands / mesh_constraints is possible again |
August 9, 2018, 19:15 (GMT) |
FM is more stable / usable now in 2.8 |
|