Revision 89c8718 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) June 12, 2016, 15:17 (GMT) |
fix for converting fm external mode back to objects, used wrong transformation for objects |
Revision 126e443 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) June 11, 2016, 13:56 (GMT) |
crash fix for starting sim after convert to objects in external mode stale data was around in depsgraph, missed a relations update tag call |
Revision 785ac13 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) June 2, 2016, 08:48 (GMT) |
partial solution for FM autoexecute, auto disables when sim runs and is enabled again on startframe note: cache will always be overwritten in autoexec sim mode, because keeping it may lead to incorrect sim results furthermore a couple of changes for external mode (attempt to be more BCB compatible) |
Revision 0935d32 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 27, 2016, 18:28 (GMT) |
fix, force autohide facepair generation only from valid DM if primary source is invalid, force fallback to secondary source earlier now |
Revision c638892 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 27, 2016, 08:07 (GMT) |
crash fix, could happen that the internal ob->derivedFinal DM structures were invalid happened in some cases and most notably under windows when attempting to calculate the DMs bounding box |
Revision 97f6dc3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) May 23, 2016, 08:30 (GMT) |
backport for missing smoke viewport display due to using "min" as variable name This was a fix for T47991 and affects OSX only. |
Revision d47aab2 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 27, 2016, 11:30 (GMT) |
fix: seems autohide refresh was not triggered each time after loading a file since this is runtime only data force to refresh it now. |
Revision 4cf48bb by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 8, 2016, 11:52 (GMT) |
fix for solver / cluster solver iterations override, it caused different behavior at loading / refresh solver iteration override was taken into account too late, after first validation which probably caused different simulation behavior using the default value for one frame |
Revision 470d0cd by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 18:00 (GMT) |
set version char to "a" and cycle to "release" |
Revision 1e321b9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 17:58 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/blender-v2.77-release' into fracture_modifier |
Revision 89f6987 by Campbell Barton (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 10:45 (GMT) |
Fix UV-Editor crashes w/ over SHRT_MAX UV's |
Revision 63e0d3a by Tamito Kajiyama / Campbell Barton (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 09:34 (GMT) |
Fix T47705: Freestyle line glitch. The addressed issue is a regression from Blender 2.75, after the internal switch from double to single precision floating-point numbers in the Freestyle code base. Face normal calculations require the higher precision during the computations, even though the results can be stored as single precision numbers. |
Revision 2490779 by Campbell Barton (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 09:02 (GMT) |
Correct merge error |
Revision 8b55e0e by Campbell Barton (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:58 (GMT) |
Remove newly added function (harmless but unused) |
Revision d979ba0 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:55 (GMT) |
Blender 2.77a: Point addons to a new submodule hash |
Revision 19f3230 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:51 (GMT) |
Particles: Fix broken grid distribution in some case from own recent rB201d3938622. |
Revision e97db72 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:51 (GMT) |
Fix T47902: Particle grid not using modifier stack, Take II. Now only fix correct handling of use_modifier_stack for grid distribution, fixing it globally breaks all existing edited hair systems. :/ |
Revision 2d887ae by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:50 (GMT) |
Revert "Fix T47902: Particle grid not using modifier stack." This reverts commit 2bd3acf7cd27c0c3ee77b10d56b91c3b03226d39. Commit is valid in theory - but in practice, it means nearly all edited hair systems would need to be re-created from scratch... Not nice, so better revert and note in code that particle distribution is ugly and does not respect 'use modifier stack' option in most cases. |
Revision ebceb93 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:50 (GMT) |
Fix T47902: Particle grid not using modifier stack. Disclaimer: this is tentative fix, seems to be working but you never know with particles. If issue arise, we'll just revert this commit and hide 'use modifier stack' option for grid distribution instead. This commit also try to make choice of which dm to use during distribution more generic (deduplication of code), again hopping not to break anything. :P |
Revision 828c795 by Campbell Barton (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:48 (GMT) |
Fix error in ghash/gset_ensure_p_ex The key is needed in the case the ghash resizes. Caused regression T47984. |
|