Revision e207cba by Sergey Sharybin January 30, 2020, 12:32 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 8285a12 by Sergey Sharybin January 30, 2020, 12:32 (GMT) |
Buildbot: Make archive naming shorter and cleaner It changes name to be blender-<version>-linux64. Since CentOS is used as a base host for builds there is no real need in specifying libc version. Is unlikely anything older could be used anyway. Also make bitness to be the same as windows. It is something what users will read easier. |
Revision 6dcb4c9 by Sergey Sharybin January 30, 2020, 12:32 (GMT) |
Buildbot: Allow building on systems without scl Makes it easier to verify changes on local machine without scl before committing changes to repo. |
Revision 9112d19 by Germano Cavalcante January 30, 2020, 11:40 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 944ab36 by Germano Cavalcante January 30, 2020, 11:36 (GMT) |
BLI_kdopbvh: Prevent division by zero in raycast |
Revision 2142288 by Sybren A. Stüvel January 30, 2020, 11:04 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.82-release' |
Revision 87b551e by Sybren A. Stüvel January 30, 2020, 10:59 (GMT) |
Fix T73051: Multiple IK chains influencing the same bone don't work This patch fixes {T73051}. The cause of the issue was the absence of relations in the depsgraph between IK solvers of overlapping IK chains. Reviewed By: sergey, brecht Differential Revision: https://developer.blender.org/D6700 |
Revision 5a570be by Sebastián Barschkis January 30, 2020, 10:27 (GMT) |
Fluid: Updated Manta pp files Includes latest changes from the upstream manta repository. |
Revision 543685f by Philipp Oeser January 30, 2020, 10:15 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 78872b3 by Philipp Oeser January 30, 2020, 10:08 (GMT) |
Fix T73499: Crash on hiding parent and all children of an object if one child is in an excluded collection Dont act on a base which cannot be found in the viewlayer. Oversight in rB41858a73111d. Maniphest Tasks: T73499 Differential Revision: https://developer.blender.org/D6721 |
Revision 332f310 by Sergey Sharybin January 30, 2020, 09:25 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 306edb7 by Sergey Sharybin January 30, 2020, 09:24 (GMT) |
Buildbot: Enable 16 threads for macOS worker as well |
Revision bae2cb7 by Campbell Barton January 30, 2020, 06:25 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 81def64 by Campbell Barton January 30, 2020, 06:23 (GMT) |
Cleanup: remove WM_keymap_verify_item This wasn't used and isn't useful since it only checked if an operator was included in the keymap - ignoring it's properties. |
Revision d83acac by Campbell Barton January 30, 2020, 05:52 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 725477f by Campbell Barton January 30, 2020, 05:50 (GMT) |
Fix outliner delete not flushing multi-object edit-mode data |
Revision ac2d342 by Campbell Barton January 30, 2020, 05:46 (GMT) |
Cleanup: ED_editors_flush_* functions - Remove the only_render arg from ED_editors_flush_edits was only used in one place, the '_ex' version can be used instead. - Split out the single object version of this function as currently flushing is being done in-line, often only accounting for edit-mode, ignoring sculpt mode for e.g. |
Revision 97ace45 by Campbell Barton January 30, 2020, 04:12 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 1d28ff7 by Campbell Barton January 30, 2020, 04:02 (GMT) |
Fix T73495: Missing undo switching active shape-key in edit-mode |
Revision 4c1b7f3 by Campbell Barton January 30, 2020, 02:31 (GMT) |
Merge branch 'blender-v2.82-release' |
|