Revision eb95e28 by Brecht Van Lommel October 31, 2019, 14:57 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 8c6c464 by Brecht Van Lommel October 31, 2019, 14:54 (GMT) |
Fix T71172: Cycles preferences.get_devices() not refreshing Optix devices |
Revision 4f3913d by Campbell Barton October 31, 2019, 14:51 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 6df0bfa by Campbell Barton October 31, 2019, 14:48 (GMT) |
Fix oso extension detection in the text editor |
Revision a45113a by Pablo Dobarro October 31, 2019, 13:53 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 0bd51f4 by Pablo Dobarro October 31, 2019, 13:51 (GMT) |
Fix T70687: Deleting sculpting mask extraction causes crash Reviewed By: jbakker Maniphest Tasks: T70687 Differential Revision: https://developer.blender.org/D6042 |
Revision cca61a0 by Pablo Dobarro October 31, 2019, 13:46 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision cd82719 by Pablo Dobarro October 31, 2019, 13:45 (GMT) |
Paint: Option to disable antialiasing You may want to disable antialiasing if you are working with pixel art or low resolution textures. It is enabled by default. Reviewed By: jbakker, campbellbarton Differential Revision: https://developer.blender.org/D6044 |
Revision 26e454e by Pablo Dobarro October 31, 2019, 13:39 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision be2bdaf by Pablo Dobarro October 31, 2019, 13:39 (GMT) |
Fix EEVEE sculpt mask rendering Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6080 |
Revision 2de5b48 by Pablo Dobarro October 31, 2019, 13:35 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 90fd75c by Pablo Dobarro October 31, 2019, 13:34 (GMT) |
Fix T70866: Missing PBVH updates after mask undo With the latest changes, the PBVH needs extra flags each time the mask is modified to keep the internal fully_masked and fully_unmasked node flags updated. Reviewed By: jbakker Maniphest Tasks: T70866 Differential Revision: https://developer.blender.org/D6088 |
Revision 09e8b0e by Pablo Dobarro October 31, 2019, 13:32 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision c6180c2 by Pablo Dobarro October 31, 2019, 13:32 (GMT) |
Fix T71053: Poly Build tool crashes blender when deleting wire vertices Dissolve the vertex when it is wire instead of trying to collapse the edge. When collapsing the edge, ##v_kill->e## was not NULL, so the assert in ##bmesh_kernel_join_vert_kill_edge## fails. Reviewed By: jbakker Maniphest Tasks: T71053 Differential Revision: https://developer.blender.org/D6159 |
Revision f069f5b by Julian Eisel October 31, 2019, 10:56 (GMT) |
UI: Only show render result in image editors in view mode Previously, with the render display mode set to "Image Editor", we'd use any image editor that doesn't already show a (non-render-result) image, even if they weren't set to view mode (but UV, paint or mask mode). It could be confusing or annoying when using an Image Editor for a purpose that the mode wasn't created for. Note that with the introduction of a UV sub-Editor, the old behavor was even more confusing. Changing a UV Editor to show the render result was weird. |
Revision 501a3e9 by Antonio Vazquez October 31, 2019, 10:49 (GMT) |
GPencil: Display dot icon for active material in Assign menu Now, a dot icon is displayed in front of the current object active material. |
Revision 2e2fd12 by Campbell Barton October 31, 2019, 07:01 (GMT) |
Cleanup: comments for is_path_builtin Also reduce scope of import. |
Revision 3252ef4 by Campbell Barton October 31, 2019, 07:00 (GMT) |
Cleanup: import functions from bpy.props Some instances used bpy.props when the convention is to import them. |
Revision 59b16e2 by Campbell Barton October 30, 2019, 23:03 (GMT) |
Fix tool leader-key in image space - This wasn't working for tool-systems that use the space data. - Don't activate when the keymap is empty. |
Revision 8126b9f by Antonio Vazquez October 30, 2019, 21:42 (GMT) |
Merge branch 'blender-v2.81-release' |
|