Revision 3e26dfc by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 30, 2014, 09:32 (GMT) |
nullify noisemap, for now to prevent crash on loaded file, modifier free |
Revision e3adc6e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 29, 2014, 22:32 (GMT) |
changed qsort to BLI_qsort_r |
Revision 90e500c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 29, 2014, 20:03 (GMT) |
added a fast but inaccurate bisection method |
Revision 5697d6f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 29, 2014, 10:46 (GMT) |
attempt to speedup bisect, but cant use OpenMP now, so a bit slower... but less cpu load... |
Revision f5e17e1 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 27, 2014, 14:45 (GMT) |
extended the critical section, hopefully this stabilizes it a bit |
Revision 9877852 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 27, 2014, 12:59 (GMT) |
tried to increase speed by openmp, but crashes more often now, especially when freeing things (double free...) hrm |
Revision fb2198d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 26, 2014, 21:30 (GMT) |
some cleanup ... |
Revision c238233 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 26, 2014, 21:21 (GMT) |
all "optimizations" made it actually slower, so using full copy now... |
Revision 26d7665 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 26, 2014, 20:13 (GMT) |
hrm bisect does not get faster... |
Revision 4ab0f42 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 26, 2014, 16:26 (GMT) |
attempt to accelerate bisect fracture, but no real success... |
Revision 8d20bf1 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 24, 2014, 09:12 (GMT) |
mac does not support memorystreams (fmemopen and open_memorystream) as well... using regular file there too |
Revision f487116 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 24, 2014, 07:52 (GMT) |
was merged incorrectly as well... |
Revision 5208108 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 23, 2014, 23:16 (GMT) |
those were merged incorrectly from and older branch, error was visible in windows. (crashes) |
Revision cef5642 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 23, 2014, 22:53 (GMT) |
removed incorrect include stdbool.h |
Revision 3f87907 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 23, 2014, 21:43 (GMT) |
argh, Windows did not support memorystreams, so had to add regular file as fallback |
Revision 9f34788 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 23, 2014, 12:51 (GMT) |
memory leak hunting, there is still one unfixable related to customdata behavior (need to alloc twice there somehow, grr...) |
Revision 9831a6b by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 22, 2014, 18:21 (GMT) |
attempt to store fracture result and read it, failed, so deactivated for now |
Revision 74d486b by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 22, 2014, 15:46 (GMT) |
fix for crash at removing modifier |
Revision 2c77a4d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 22, 2014, 15:36 (GMT) |
fix : dont create meshislands for empty shards, causes trouble with rigidbody sim |
Revision b34d1f8 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 22, 2014, 13:10 (GMT) |
rigidbody should work without fracture now too |
|