Revision 7e3190a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 26, 2014, 09:57 (GMT) |
added support for inner vertex group... WARNING: this is still UNSTABLE |
Revision f21c0c9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 25, 2014, 21:57 (GMT) |
forgot to change one BLI_temporary_dir() call to BLI_temp_dir_base() |
Revision aaf82e5 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 25, 2014, 19:16 (GMT) |
change: rebuilding constraints should work now, BUT you have to put a modifier on all rigidbody objects now, otherwise the regular active rigidbody object will be reset when continuing an interrupted simulation, need to investigate why... |
Revision 6301adb by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 25, 2014, 18:32 (GMT) |
fix for re-enabling the constraints, takes now all objects into account in the first sim step |
Revision 36ed23d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 25, 2014, 14:55 (GMT) |
fix for constraint update bug, all constraints must be re-enabled after a fracturing run if they are not recreated |
Revision 391c095 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 25, 2014, 14:55 (GMT) |
removed compound shape from RNA (did not work with modifier) |
Revision 3994551 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 25, 2014, 10:08 (GMT) |
crash fix with other pointsources, forgot to initialize counts to 0... |
Revision a3b7f55 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 23, 2014, 19:28 (GMT) |
fix for losing texture images after load (pink object) but this still adds the image to the inner faces unintendedly, only should affect viewport and viewport render, glsl and rendering looks ok |
Revision 9933f8c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 21, 2014, 08:29 (GMT) |
convert to objects fix: now should take textures into account too |
Revision 6b428cf by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 21, 2014, 06:37 (GMT) |
windows compile fix: replace BLI_temporary_dir() by BLI_temp_dir_base() |
Revision 2101aae by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 21, 2014, 06:36 (GMT) |
fix for: fix normals, can use modifiers before fracture now too to get correct result |
Revision ed27f45 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 20, 2014, 19:00 (GMT) |
revert last change again, was just a test |
Revision ead157f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 20, 2014, 18:43 (GMT) |
gitmodules test |
Revision e67bba1 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 20, 2014, 08:13 (GMT) |
merge related compile fixes |
Revision f1d6d5a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) July 20, 2014, 04:34 (GMT) |
Merge branch 'master' into fracture_modifier_oldsim Conflicts: extern/CMakeLists.txt source/blender/blenkernel/intern/rigidbody.c source/blender/editors/interface/interface_templates.c source/blender/editors/object/object_edit.c source/creator/CMakeLists.txt |
Revision 7988841 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 27, 2014, 17:02 (GMT) |
forgot to initialize totvert variable prior to building a kdtree |
Revision 1ccf1b3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 27, 2014, 14:42 (GMT) |
fix attempt for halving case, passive groups didnt work properly there |
Revision 1f2077a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 27, 2014, 12:55 (GMT) |
added inner material support for boolean and bisect fill |
Revision eace589 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 26, 2014, 20:58 (GMT) |
added a fix normals option to let cracks in smooth objects nearly disappear, also rotates the vertex normals with the verts... WIP... because i need somehow to get the derivedmesh of the previous modifier in stack if there is one |
Revision feee2a4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 26, 2014, 14:15 (GMT) |
added vertweight display for fracture modifier, and attempt to update data in case vgroups are changed, but this doesnt work, seems to require a refracture to interpolate data again |
|