Revision d7bc7de by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 31, 2014, 10:46 (GMT) |
customdata support with sub object groups |
Revision f12479c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 31, 2014, 01:08 (GMT) |
support fractured mesh as fluid obstacle |
Revision d2fa566 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 30, 2014, 12:20 (GMT) |
centroid fix / point cloud fix, forgot to multiply with splinter matrix |
Revision f64eef7 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 30, 2014, 11:10 (GMT) |
simplified wood splinter settings, can set scale factor and direction now directly |
Revision 27521b0 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 24, 2014, 18:48 (GMT) |
crash fix: when fracture is triggered on disabled modifier, modifier is re-enabled and fracturing again, simulation can crash. Also fix for not being able to fracture afterwards (push button twice or alternatively hit Alt A or remove and re-add the modifier |
Revision cfec1ee by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 21, 2014, 16:55 (GMT) |
reordered functions and made them static in MOD_fracture.c, leaving out some unnecessary info for writing to blend in writefile.c (still have that read_struct memoryleak sometimes) |
Revision a6a38e5 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 19, 2014, 18:59 (GMT) |
compile fixes after using more strict compilation settings, quiet some warnings effectively this way |
Revision aa7ccbf by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 19, 2014, 11:28 (GMT) |
crash fix: deleting fracture modifier helper objects left group objects with go->ob == NULL, which caused crashes in depgraph update, now also deleting group objects with go->ob == NULL |
Revision 79392cc by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 18, 2014, 08:27 (GMT) |
simpler and cleaner reimplementation of clustering algorithm, caused crash before |
Revision a98a70d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 12, 2014, 15:13 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier |
Revision 8cea11e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 11, 2014, 13:22 (GMT) |
memoryleak fix, forgot to free nor_tree in some cases |
Revision 120b572 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 11, 2014, 12:31 (GMT) |
fix for messed up mesh if object is moved out of particle range, and some clarification for sub object group (last attempt to fix failed again, hrm) |
Revision 3aa6de7 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 10, 2014, 18:30 (GMT) |
fix for: comparison with wrong rigidbody count caused deactivation of the cache and simulation was not cached any more |
Revision a468002 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 10, 2014, 14:29 (GMT) |
dont use BLI_findlink for first shard (can access directly) and load shards into correct "parent" struct |
Revision 7ccbc66 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 10, 2014, 14:07 (GMT) |
crash fix when fracturing, missed initalization of listbase and quiet some warnings |
Revision 3fbbb27 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 10, 2014, 13:55 (GMT) |
replaced Shard pointer to arraypointer by ListBase for FracMesh->shard_map in DNA, for fracture modifier |
Revision 92dbf1c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 10, 2014, 08:43 (GMT) |
forgot to calculate volume of whole object in mass calculation, leading to each shard having the same mass |
Revision e0712fc by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 21:34 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier |
Revision 556476a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 20:55 (GMT) |
reactivate fracture modifier object deform motionblur support, was disabled with last commit |
Revision b5ab717 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 20:28 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier Conflicts: source/blender/editors/physics/CMakeLists.txt (reverse-merged from commit c9769a68082d334b002c449ad204de5acb93967b) |
|