Revision 7023be4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 24, 2016, 16:18 (GMT) |
fix for Fracture Modifier to object converter (external mode), not all settings were taken into account, and object disappeared when not being on startframe, but as converting mid-sim yields unexpected results, still limiting conversion to startframe, added a notification for this |
Revision d50a3d7 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 24, 2016, 14:51 (GMT) |
added dynamic threshold adaption in case of changing timesteps for plastic constraints, also enabling plastic constraints in case they enter plastic state now |
Revision 62ac065 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 24, 2016, 12:02 (GMT) |
fix for windows only: avoiding changing the global locale avoids slowdown in windows string operations |
Revision e476e50 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 23, 2016, 23:57 (GMT) |
fix: spring constraints were not created properly while setting up the simulation |
Revision 90b7665 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 23, 2016, 20:40 (GMT) |
some more fixes to have proper plastic constraint support |
Revision 0384b49 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 22, 2016, 09:33 (GMT) |
fix for material assignment to meshislands, dont create unnecessary material slots any more |
Revision 50e308c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 22, 2016, 00:56 (GMT) |
taking now all constraint properties into account when converting back to objects |
Revision 7b4a37b by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 21, 2016, 23:36 (GMT) |
partial fix, take proper constraint locations and rotations into account when converting back to objects, but todo, take own object transform into account too |
Revision 8e79bae by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 21, 2016, 23:00 (GMT) |
added names for meshislands, can now convert back to named objects, added load / save support (was missing) |
Revision 3d36d35 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 21, 2016, 18:42 (GMT) |
fixes for the monitoring logic of plastic constraints, again |
Revision e2670b3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 21, 2016, 11:02 (GMT) |
fixes for correct rotation calculation in prefractured and external mode |
Revision 7c3c6f8 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 21, 2016, 01:12 (GMT) |
used more exact angle calculation method for external mode, different formulae for tolerances, and some cleanup of obsolete stuff. |
Revision 7761311 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2016, 22:30 (GMT) |
added material handling (so meshislands get correct materials from original objects) and added plastic tolerance values, which are taken into account with special simulation mode only. |
Revision 340798f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2016, 17:42 (GMT) |
reduced a performance bottleneck when adding many constraints in a loop, do not trigger modifier updates or set validate flags or even call bullet functions... but todo is to keep a useful update mechanism |
Revision b8c63ae by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 19, 2016, 23:40 (GMT) |
avoid resetting cache (and iterating possibly through the rigidbody group) when adding mesh constraints |
Revision 3553669 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 19, 2016, 23:23 (GMT) |
attempt to make mesh island packing faster when being called in a loop, create the dm only once after packing |
Revision 35701ed by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 19, 2016, 22:23 (GMT) |
crash fix in FM refresh operator (null pointer access) |
Revision 982f94f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 19, 2016, 20:20 (GMT) |
rigidbody type on meshisland should be taken into account now properly and be settable, also adding new constraints should happen faster now (when called in a loop) |
Revision eb8af75 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 19, 2016, 18:02 (GMT) |
further attempt to fix "plastic constraint" logic (external fracturing mode only) |
Revision dede676 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 18, 2016, 20:59 (GMT) |
implemented some special constraint breaking method further (plastic constraint breaking), for external fracturing mode |
|