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 |
Revision d8f0f75 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 2, 2014, 13:47 (GMT) |
memory leak fixes while fracturing, but small leak while loading still present |
Revision de4e6a8 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 1, 2014, 17:45 (GMT) |
re-enabled a bullet(!) assertion which earlier caused frequent crashes in fracture modifier, its not acceptable to disable it (and probably wont help much, either) |
Revision 86dc5b4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 30, 2014, 09:03 (GMT) |
fix for compiler errors due to obviously missing includes |
Revision 0320a28 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 30, 2014, 09:02 (GMT) |
pre-review cleanup part 2 (style, comment cleanup) |
Revision 454f6f7 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 29, 2014, 18:26 (GMT) |
pre-review cleanup part 1 (until object.c, rest will follow in part 2) |
Revision fbed421 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 25, 2014, 10:47 (GMT) |
removed some old demolition remainders (that was accidentally merged in before) |
Revision c9db5f2 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 24, 2014, 18:22 (GMT) |
merge related compile fix |
Revision 249a962 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 24, 2014, 16:38 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier_oldsim Conflicts: source/blender/bmesh/intern/bmesh_operators.c |
|