Revision c24d88d by Bastien Montagne / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:06 (GMT) |
Fix T46437: Make progress report py helper resitent to 'zero steps' passed value... To be backported, should we need an 'a' release. |
Revision d039cc6 by Brecht Van Lommel / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:06 (GMT) |
Fix T46441: texture paint soften brush at 0 strength works at full strength. |
Revision a66d700 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 28, 2015, 18:43 (GMT) |
small fix for potentially unintended calculation |
Revision 2ccdaf3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 28, 2015, 16:38 (GMT) |
changed calculation of stability factor for compounds and adapted UI a bit (for compounds) |
Revision 12806f5 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 28, 2015, 15:43 (GMT) |
disabled damage propagation (and settings) in code and ui, was slow and not really necessary, also fixed a crash which happened when freed bullet manifolds were used again. |
Revision e6d181c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 27, 2015, 12:19 (GMT) |
tiny fixes for autohide and attempt to get rid of propagateDamage crashes (again) |
Revision e3254e3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 27, 2015, 10:32 (GMT) |
attempted fixes for : autohide, damage propagation in compounds (was crashing after some time) and compound parameter changes do reset the cache now, too |
Revision 2dfdbe4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 26, 2015, 19:25 (GMT) |
calculating minimum impulse per object now, also made solver iteration settings not visible for compounds any more (they relate only to constraints) |
Revision 5cb7c07 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 26, 2015, 14:34 (GMT) |
attempt to fix some (stack overflow related ?) crashes |
Revision fe4909e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 26, 2015, 13:43 (GMT) |
tiny fix, forgot to assign ids to meshislands in splitshards to island mode |
Revision e2a01d4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 25, 2015, 08:41 (GMT) |
small fix for ui description of mass_threshold_factor |
Revision 3c8876c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 25, 2015, 08:27 (GMT) |
new parameter "stability factor" (for constraints, compounds) and resetting all shards by default now on refracture, except in mousebased fracture (faster to keep unchanged shards there) |
Revision d64c367 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 24, 2015, 11:01 (GMT) |
some enhancement attempts for compounding, supposed to be better controllable in some cases, but still odd behavior with multiple compound objects |
Revision 5019780 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 23, 2015, 16:45 (GMT) |
fix for triggers and multiple compound objects (but compound building is slower again, due to necessary broadphase handles for triggers) |
Revision d72a489 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 23, 2015, 10:02 (GMT) |
exposed a couple of compound damage propagation parameters, need to test still to find good values |
Revision 42f6442 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 22, 2015, 19:53 (GMT) |
windows compile fix |
Revision 8611d01 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 22, 2015, 17:58 (GMT) |
crash fix in propagateDamage, checking for index being smaller than connection size now |
Revision ba39be6 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 22, 2015, 11:16 (GMT) |
speed enhancement for building compounds (omitting broadphase handles) and successful test with clusters, values need a bit tweaking but basic principle works |
Revision a7b4582 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 21, 2015, 15:32 (GMT) |
added very basic damage propagation scheme to compoundbased fracture (direct damage is too small, can be increased this way, but you mostly get single parts falling off only) |
Revision b212d62 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 21, 2015, 13:18 (GMT) |
some fixes for compound method, but still not very well controllable |
|