Revision 4bb8a3c by Bastien Montagne October 11, 2019, 16:55 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 1c2a20c by Bastien Montagne October 11, 2019, 16:54 (GMT) |
Fix T70714: Crash when using OBJECT_OT_material_slot_assign op without UI. There is no guarantee we can get any valid UI from the context, and that operator can work without it. |
Revision 1e5e65f by Bastien Montagne October 11, 2019, 16:54 (GMT) |
Fix T70695: Scene crashes Blender on open. Note that this commit fixes the crash itself, but actual issue is *how* that situation could happen (having insert override operation with local 'source' overriding data-block with an empty bone constraints stack...). |
October 11, 2019, 15:28 (GMT) |
UI: Fix grid scale text not having shadows in the 3d view infos This commit adds a shadow to the grid scale info text in the 3d View, to make it more visible like the rest of that section. {F7798605} Differential Revision: https://developer.blender.org/D6025 |
Revision c5ecfd5 by Antonio Vazquez October 11, 2019, 13:50 (GMT) |
Cleanup: Remove unused variable |
Revision 46e9fc9 by Sergey Sharybin October 11, 2019, 13:01 (GMT) |
Cleanup: Strict compiler warnings |
October 11, 2019, 12:13 (GMT) |
Add Probot Stale configuration file This is a configuration of Blender mirror on Github which automatically closes Pull requests and gives developers instructions how to submit patch to an official code review. Differential Revision: https://developer.blender.org/D6027 |
Revision b57a89f by Brecht Van Lommel October 11, 2019, 11:46 (GMT) |
Buildbot: don't add branch prefix when building release branches |
Revision 5adb3b6 by Antonio Vazquez October 11, 2019, 11:33 (GMT) |
GPencil: New Eyedropper tool for Material creation. This patch is only for the eyedropper to create materials. Options: Click: Create Stroke Material Shift+Click: Create Fill Material. Shift+Ctrl+Click: Create Stroke and Fill Material. Toolbar: {F7718606} Reviewed By: brecht, mendio Differential Revision: https://developer.blender.org/D5688 |
Revision ec295c1 by Brecht Van Lommel October 11, 2019, 11:29 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 7d3ea8f by Charlie Jolly October 11, 2019, 11:26 (GMT) |
Fix T69964: GPencil: Fill options are not shown on a properties editor Differential Revision: https://developer.blender.org/D6041 |
Revision 74f9b9d by Antonio Vazquez October 11, 2019, 11:18 (GMT) |
GPencil: Remove curve objects after converting to strokes (unreported) This was detected fixing T69459 Part of Differential Revision: https://developer.blender.org/D6045 Note: done in a separated commit to keep track of changes done not directly related to bug reported in T69459. |
Revision 15ffa3e by Antonio Vazquez October 11, 2019, 11:13 (GMT) |
Fix T69459: Convert Curve to Grease Pencil clears Transform Also changed to create a grease pencil object for each curve. Part of differential revision: https://developer.blender.org/D6045 |
Revision 2b35ee3 by Brecht Van Lommel October 11, 2019, 11:11 (GMT) |
Fix issue in "make update" checking out submodule branch on buildbot |
Revision 3f97d62 by Brecht Van Lommel October 11, 2019, 10:25 (GMT) |
Version bump to 2.81 Beta |
Revision 67b1a15 by Brecht Van Lommel October 11, 2019, 10:23 (GMT) |
Version bump to 2.82 alpha, master is now open for new features and changes |
Revision 41d9cf2 by Brecht Van Lommel October 11, 2019, 10:22 (GMT) |
Fix "make update" not using the right branch for source/tools |
Revision 4b570f5 by Brecht Van Lommel October 11, 2019, 10:17 (GMT) |
Version bump to 2.81.15 |
Revision 057c180 by Brecht Van Lommel October 11, 2019, 10:13 (GMT) |
Docs: 2.81 release description for Linux appdata |
Revision 88ba975 by Sergey Sharybin October 11, 2019, 08:42 (GMT) |
Depsgraph: Inform when update or tag happens during evaluation It is not allowed to do tagging or updates while dependency graph is in the middle of evaluation. This is something what is simple to violate from python code. This change adds some sanity checks. The request to update view layer or dependency graph will raise an exception in Python now, so it's easy for scripters to notice. Tagging for update will do silent return unless running with debug command line argument. This is because it's a bit tricky to know which exact dependency graph corresponds to a context from which an update tag was triggered. Differential Revision: https://developer.blender.org/D6035 |
|
|
|


Master Commits
MiikaHweb | 2003-2021