Revision 0de34dc by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 31, 2014, 17:10 (GMT) |
added shard count / shard id to gui, tested performance, its very lousy compared to my earlier modifiers |
Revision cd6a1f5 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 31, 2014, 11:50 (GMT) |
made fracture algorithm selectable |
Revision 87f2b86 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 31, 2014, 11:23 (GMT) |
added bisect as second fracture algorithm |
Revision bffce8c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 31, 2014, 09:08 (GMT) |
tiny fix, boolean works without flipping the loops as well (except suzanne) |
Revision c20718e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 30, 2014, 21:36 (GMT) |
boolean fracture works ! (atleast partially, suzanne produces still errors) |
Revision 5f8997a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 30, 2014, 20:03 (GMT) |
still a "negative" result, somewhere the normals need to be flipped, but how ?? |
Revision 98e0ec4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 30, 2014, 18:08 (GMT) |
Merge branch 'refs/heads/boolean_fracture' into fracture Conflicts: intern/bsp/extern/CSG_BooleanOps.h intern/bsp/intern/BOP_CarveInterface.cpp |
Revision 2993b02 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2014, 22:56 (GMT) |
some fix attempts for flipping the face orientation, fail... |
Revision 653a951 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2014, 21:53 (GMT) |
first attempt of direct communication between blender<->carve layer and fracmesh, fail because normals are inverted.... |
Revision b257850 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2014, 12:48 (GMT) |
saving fracture to blend and loading from it |
Revision de2e6a7 by Lukas Toenne (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2014, 11:05 (GMT) |
Removed the vertco member in Shard, this was previously used for simulation but is not needed any longer. |
Revision 98ae9b0 by Lukas Toenne (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2014, 10:58 (GMT) |
Extended the BKE_create_fracture_shard funktion with a 'copy' argument, so we can pass over arrays without having to do double alloc. |
Revision dd278f6 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2014, 10:50 (GMT) |
some memory leaks fixed, but some left, and attempt for writefile |
Revision 57f8d07 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2014, 10:13 (GMT) |
parsing and createdm makes valid mesh now |
Revision d139303 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2014, 00:42 (GMT) |
parsing of voro++ data should work now, but a crappy mesh appears, hmm |
Revision 7ff93f2 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 25, 2014, 22:36 (GMT) |
attempt to parse voro++ data from string, not working yet |
Revision ca0b5ca by Lukas Toenne (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 25, 2014, 19:41 (GMT) |
Fix for point cloud construction: Use a point struct to avoid difficult float arrays. Also added Frac prefixes to prevent potential name collisions. |
Revision 64e9066 by Lukas Toenne (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 25, 2014, 19:29 (GMT) |
A few small fixes for the voro++ C API, which seem to have fixed a freezing issue when building with clang. Also min/max initialization for point cloud construction. |
Revision f91218c by Lukas Toenne (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 25, 2014, 19:02 (GMT) |
cmake cleanup: removed the ++ suffix from VORO cmake variables and defines. |
Revision a511e86 by Lukas Toenne (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 25, 2014, 18:26 (GMT) |
Stub code for voro++ integration. Not functional yet, but needs testing for potential voro++ bug. |
|