Revision 9b6c9a8 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 23, 2015, 20:01 (GMT) |
fix: crasher at loading objects with subobject groups, but TODO, sometimes odd mesh error (like missing texture or even 1 displaced vertex, probably due to threading issues ?) |
Revision 28da4a7 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 23, 2015, 13:20 (GMT) |
fix: loading for subobject groups partially fixed, needs manual refresh afterwards still, TODO, proper material handling ("merge" object materials) |
Revision 55df8ba by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 23, 2015, 09:51 (GMT) |
fix: sub object groups should work a bit more reliable now, did crash very often before |
Revision e266938 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 22, 2015, 10:05 (GMT) |
simplified greasepencil to mesh code (in fracture by greasepencil edge) a bit |
Revision c7b2cbe by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 22, 2015, 00:44 (GMT) |
good performance improvement for autohide, using BM_face_at_index() now instead of BM_face_at_index_find(), which makes it reasonably faster |
Revision 61ad3f8 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 21, 2015, 21:55 (GMT) |
fix: improved "fix normals" in conjunction with autohide, might be slower, but looks way better with the right settings (as in fix normals search radius and autohide distance) now, using limited dissolve with keep normals operator (during autohide) |
Revision f1714a3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 21, 2015, 13:04 (GMT) |
fix: skip invalid shards when doing voronoi+bisect+fill, (less than 3 verts), this caused crashes when trying to load files with fracture results being stored this way |
Revision a6b53d6 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 20, 2015, 11:57 (GMT) |
fix: some performance optimization when rebuilding constraints on triggered objects (was calling unnecessary restoreKinematic() function in this case) |
Revision bb64f58 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 19, 2015, 17:58 (GMT) |
fix: rewrote clustering so it operates on the mesh islands now prior to constraint generation, instead of operating on shards only during fracture time |
Revision f5414f9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 18, 2015, 22:33 (GMT) |
fix: mesh was messed up if you used no pointsource, just the islands. |
Revision 2d1b512 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 18, 2015, 19:46 (GMT) |
added greasepencil edge fracture, the direction of cutting is currently limited to global X, Y or Z axis |
Revision 66affa5 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 18, 2015, 10:57 (GMT) |
fix: cutter groups should work mostly now |
Revision eebf770 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 17, 2015, 21:39 (GMT) |
fix : set some better default values for Fractal Boolean, so the object / default cube should not explode automatically, but its far from optimal still this way.... (active objects with Mesh Shape cause unstable simulation behavior) |
Revision 3014c07 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 17, 2015, 21:13 (GMT) |
fix : forgot to set inner material with fractal boolean |
Revision 61ca70d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 17, 2015, 20:37 (GMT) |
added cutter groups, this is intended to define custom sets of objects to make boolean cuts against, but its still WIP, as it still fails too often |
Revision 0a60407 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2015, 18:32 (GMT) |
revert bad activation fix for triggering, caused crashes in some cases (like on non-kinematic triggers) |
Revision 30de827 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 13, 2015, 15:47 (GMT) |
fix: trigger system now triggers in time, there was a delay before due to unnecessary postponed revalidation, now the shards are directly activated on hit |
Revision 4d82812 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 10, 2015, 21:37 (GMT) |
fix: for severe performance issue with fractal, did unnecessary unwrapping operations there |
Revision ef47b88 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 10, 2015, 09:49 (GMT) |
crash fix: removing the fracture modifier again from object without executing fracture first did crash |
Revision 02d82a9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 9, 2015, 13:24 (GMT) |
limit autohide distance between 0.0 and 10.0 (mostly very low positive values are used, like 0.001) |
|