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) |
Revision a238bbf by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 9, 2015, 13:23 (GMT) |
crash fix: changing constraint settings prior to execute fracture caused a crash |
Revision f085584 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 9, 2015, 13:11 (GMT) |
fix: do not write shards with only 1 vertex, this causes problems when loading the file afterwards, omitting those shards and islands seems not having a negative effect up to now |
Revision 43d426b by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 7, 2015, 14:06 (GMT) |
fix: crasher when appending object with modifier and when trying to remove rigidbody traces when no rigidbody world is available |
Revision 28efc10 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 6, 2015, 20:28 (GMT) |
fix: added cluster_group to presets |
|