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 ! |
Revision 255fe8a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 8, 2014, 09:01 (GMT) |
cleanup: removed unused code and quiet some warnings |
Revision aeaf5d2 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 7, 2014, 21:20 (GMT) |
crash fix for fracturing with particles, missed proper initialization of voro++ interface struct (in case no computation takes place we need to zeroize the structs in the array though) and usage of particle_state instead of particle_birth coordinates, to be able to use particles not directly at birth position (after particle simulation has run a while) |
Revision 78c9142 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 7, 2014, 14:54 (GMT) |
crash fix for: appending objects with fracture modifier from library blends without their respective scenes and attempting to fracture then to build up the modifier structures |
Revision 78a1999 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 6, 2014, 08:59 (GMT) |
windows compile fix for inner shard unwrapping, used C99 standard array before there |
Revision 556c4ae by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 5, 2014, 18:35 (GMT) |
scons compiling fixes |
Revision 36fa682 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 5, 2014, 18:35 (GMT) |
cleanup, removed old unused code (old access method with filepointer) |
Revision 249ccbd by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 5, 2014, 13:54 (GMT) |
rewrote access to voro++ to direct memory access, no file descriptors needed any more, needs test under win / mac as well |
Revision 6812ad4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 3, 2014, 15:41 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier_oldsim Conflicts: source/blender/modifiers/SConscript |
Revision c6c495d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 3, 2014, 14:38 (GMT) |
forgot copying cluster count when copying modifier settings |
Revision 3a4344a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 3, 2014, 09:55 (GMT) |
attempts to fix one small memleak in read_struct, but fail.... grrr where on earth this is supposed to be freed again ? |
Revision 07a4b5c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 2, 2014, 16:33 (GMT) |
set voronoi + boolean as default fracture algorithm |
Revision 96c15ed by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 2, 2014, 14:33 (GMT) |
quick fix: copy modifier settings when copying the object |
|