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) |
Revision 1c25622 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 17:27 (GMT) |
memory leak fix for text fracture / sub object groups |
Revision c9769a6 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 15:13 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier Conflicts: source/blender/editors/physics/CMakeLists.txt |
Revision c4b94f3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 14:29 (GMT) |
explaining comment: "need to distinguish between mesh and non-mesh objects for fracture modifier" and quiet some warnings |
Revision bec396f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 14:24 (GMT) |
removed unnecessary conversion from radians to degrees (internally) and using degrees just in the UI |
Revision 4048c4d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 12:55 (GMT) |
replaced rigidbody count function (avoiding 3 different loops over rigidbodies) and quiet some warnings |
Revision e75530e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 9, 2014, 11:52 (GMT) |
cleanup: automatic code styling with uncrustify_clean.sh |
Revision bc99752 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 8, 2014, 19:27 (GMT) |
closed some memory leaks when calculating shard mass and after fracture (C++ cell struct) |
Revision ee936bc by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 8, 2014, 11:02 (GMT) |
added new setting for fracturing with particle sources, in most cases you want to use the particle birth coordinates as pointsource, but you can override this to get the coordinates of the current particle simulation state. But as the particle cache is kinda broken and shows wrong positions at beginning if simulation has been run before, this can lead to errors. Best practice is to keep this option enabled, only disable if you really need to ! |
|