Revision c04b4d3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 9, 2016, 11:33 (GMT) |
fixes: activating clusters via percentage, add meshisland id as name in fracture too, load crash fix |
Revision 0e5089c by Sergey Sharybin (blender-v2.78-release, blender-v2.78b-release, blender-v2.78c-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 2, 2016, 09:54 (GMT) |
2.78 release: Point locales to a proper updated branch |
Revision 0dd4c3b by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 8, 2016, 18:13 (GMT) |
fix, enabled threading for autoexecute |
Revision 659ca6a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 8, 2016, 12:53 (GMT) |
added threaded checkbox next to execute fracture operator |
Revision be6d3df by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 8, 2016, 12:07 (GMT) |
made threading optional via a checkbox |
Revision af118bd by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 8, 2016, 10:38 (GMT) |
fallback to singlethreaded for dynamic, mousebased and fast bisect.. also changed back fast bisect orderding to have more uniform shapes |
Revision 0f1f3ca by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 7, 2016, 22:37 (GMT) |
first attempt to multithread fracturing, works only for prefractured for now |
Revision fe55273 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 7, 2016, 14:02 (GMT) |
some more optimizations at bisect, bit faster and less memory consumption, and removing bakes now when refracturing |
Revision 480a8c2 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 6, 2016, 09:18 (GMT) |
fixes for bisect and bisect+fill, should look correct again and be a bit faster as well using a kdtree based preselection method to speed up bisecting |
Revision 36f511f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 2, 2016, 13:53 (GMT) |
small fix for loading possibly different jack shared library versions on different linux distributions, thanks to sergey for the fix |
Revision aaef431 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 25, 2016, 21:08 (GMT) |
small enhancement for voronoi + bisect and solidify after FM use case if you use voronoi+bisect and solidify after FM, you can automerge now without having autohideable inner faces. This should have the same effect as autohide in regular use case has. |
Revision c6f7f3b by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 23, 2016, 14:39 (GMT) |
memory optimization for smoke compressibility fix, dont use recursion but a queue to avoid potential stack overflows, thanks to angavrilov for this optimization |
Revision 5c8804d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 17, 2016, 19:31 (GMT) |
fixes to prevent unwanted smoke "explosions" in the domain when using moving colliders, thanks to angavrilov for investigating those problems and providing this fixes. |
Revision 8f53838 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 11, 2016, 14:42 (GMT) |
attempt to make fast bisect usable with mousebased fracture... now the user has a bit control how the halving is performed via the helpers |
Revision d8f5a81 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 9, 2016, 11:43 (GMT) |
some tweaks for the faster voronoi+bisect method, its faster but not interactive yet... but should mostly lead to correct results |
Revision 0f48c6a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 8, 2016, 23:35 (GMT) |
attempt to make voronoi+bisect faster, but it has problems with selfintersection, so unfortunately not useable on any model out of the box |
Revision 89c8718 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) June 12, 2016, 15:17 (GMT) |
fix for converting fm external mode back to objects, used wrong transformation for objects |
Revision 126e443 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) June 11, 2016, 13:56 (GMT) |
crash fix for starting sim after convert to objects in external mode stale data was around in depsgraph, missed a relations update tag call |
Revision 785ac13 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) June 2, 2016, 08:48 (GMT) |
partial solution for FM autoexecute, auto disables when sim runs and is enabled again on startframe note: cache will always be overwritten in autoexec sim mode, because keeping it may lead to incorrect sim results furthermore a couple of changes for external mode (attempt to be more BCB compatible) |
Revision 0935d32 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 27, 2016, 18:28 (GMT) |
fix, force autohide facepair generation only from valid DM if primary source is invalid, force fallback to secondary source earlier now |
|