Revision 6a97b9c by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix (unreported) crash when opening a file from splash screen when 'load UI' option is disabled. See rB935e241fa6ea095493 for details of the issue, but first fix caused regression T47632. So for now handling the issue in a localized way, this is not a real solution (since this could happen in other cases), but will do for 2.77. This commit is to be backported to 2.77. |
Revision 01485b3 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47632: Revert "Fix (unreported) crash when opening a file from splash screen when 'load UI' option is disabled." This reverts commit 935e241fa6ea095493ade5d5403c9ac55c18d5ef. Issue will be fixed in a more localized way for now (not that nice, since this use-after-free can possibly happen in other places too, but only safe solution for 2.77). This commit is to be backported in 2.77. |
Revision 91457de by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47604: Sculpt + Modifier undo gives invalid normals |
Revision 28e4f8e by Brecht Van Lommel / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47615: crash trying to use point density with lamp object. |
Revision 550215a by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Cycles: Fix compilation error of certain OpenCL split kernels |
Revision 77f9626 by Brecht Van Lommel / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47608: Cycles cage baking crash after recent uv derivative fixes. |
Revision 42fd804 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47605: Elsyiun theme info text hard to read |
Revision 2d5343c by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47582: Curve handle thickness regression |
Revision 86bb5f7 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47586: Nurbs handle thickness regression |
Revision 9fcc849 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47583: Mesh wire edge thickness regression |
Revision 9867042 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47592: Wrong line width w/ custom-bones |
Revision 2c3c8fb by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Docs: early exist build process on error Don't attempt to build docs when generation fails. |
Revision 02b0f51 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Docs: Add missing context members |
Revision 61e8482 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47596: Bone motion path - confusing UI in 3DView tools. Now using same UI as in object/armature properties, also save one line in 3DView panesl. ;) Nothing crucial there, but nice & safe to backport to 2.77 imho. |
Revision e956ebd by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Revision 4342957 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 1, 2016, 19:36 (GMT) |
fix, should need to fracture only once now in case you enable split shards to islands with constraints or clusters on |
Revision 9c33f3d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 1, 2016, 17:27 (GMT) |
partial fix for suddenly missing self-collision of shards of the same object, this happened even after converting to regular rigidbodies when disable collisions was active ! (so this is now off by default) |
Revision 66ffb88 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 28, 2016, 09:24 (GMT) |
fix for loading inner vertex groups and set min weight for passive vertexgroups to 0.01, just keeping it > 0 did not yield correct results when passive vertexgroups were used |
Revision 1b85cea by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 27, 2016, 13:06 (GMT) |
fix for loading files, need to skip "empty" shards which dont have any mesh info because they didnt intersect with the original geometry, before this each meshisland stored a temp shard, now we lookup shards out of the shard map instead, but this could point to such empty shards, leading to incorrectly loaded files. |
Revision b594b25 by Joshua Leung / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 26, 2016, 12:32 (GMT) |
Fix: "Twist" GP Sculpt brush in 2D Editors was unusable... now mostly usable, if still slightly offset |
|