Revision 96ce32d by Julian Eisel November 14, 2019, 23:23 (GMT) |
Fix T71590: Closing file browser reopens previously closed render view The render view window was never closed actually, just moved behind the main window. It's properly closed now. It should also behave more like expected when there already is a temporary window open (e.g. Preferences). |
November 14, 2019, 18:24 (GMT) |
GPencil MultiStroke modifier This patch includes a modifiers that developed for NPR rendering. - MultiStroke modifier that generates multiple strokes around the original ones. Differential Revision: https://developer.blender.org/D5795 |
Revision 8ff9eb9 by Sergey Sharybin November 14, 2019, 09:44 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision c25a910 by Sergey Sharybin November 14, 2019, 09:40 (GMT) |
Buildbot: Explicitly disable code signer on Linux and macOS The script requires Python 3.7 as a very minimum, and CentOS is only 3.6. On macOC there was an access to a None object, due to missing implementation of code signer on this platform. |
Revision 92953fd by Campbell Barton November 14, 2019, 08:53 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision cdca094 by Campbell Barton November 14, 2019, 08:52 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 9fff74f by Campbell Barton November 14, 2019, 08:50 (GMT) |
Sculpt: disable undo from any UI elements in sculpt mode Causes undo push in sculpt mode, see: T71434 |
Revision bcff803 by Campbell Barton November 14, 2019, 08:48 (GMT) |
Paint: disable undo when changing the brush or it's size Causes undo push in sculpt mode, see: T71434 |
Revision 079fd15 by Campbell Barton November 14, 2019, 06:34 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 47da01a by Campbell Barton November 14, 2019, 06:29 (GMT) |
Fix T70211: Brush keybindings failed with non-brush tool active |
Revision 11198ce by Campbell Barton November 14, 2019, 05:58 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision f16f2f8 by Campbell Barton November 14, 2019, 05:55 (GMT) |
Fix macOS using conflicting key binding Cmd-. Used for toggle origins, conflicts on macOS, use Ctrl-. instead. |
Revision 9b6d31f by Pablo Dobarro November 13, 2019, 16:26 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 9bd0d8b by Pablo Dobarro November 13, 2019, 16:25 (GMT) |
Sculpt: Sculpt template defaults This commit includes all changes listed in T71366 except for the 2 column toolbar layout. Reviewed By: brecht Differential Revision: https://developer.blender.org/D6225 |
Revision 9462d91 by Sergey Sharybin November 13, 2019, 16:20 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision fe86375 by Sergey Sharybin November 13, 2019, 16:15 (GMT) |
Force sculpting on highest multires level This is a workaround for T58473 to avoid likely event of ruining sculpted data. Differential Revision: https://developer.blender.org/D6244 |
Revision d7b3b3b by Campbell Barton November 13, 2019, 13:59 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision c7b7722 by Campbell Barton November 13, 2019, 13:57 (GMT) |
Fix T71434: Sculpt lags changing brush size Add a check to wm.radial_control so undo steps are only added to properties that have undo enabled (as is done with number buttons). |
November 13, 2019, 13:09 (GMT) |
Cleanup: correct mul_v4_v4fl declaration |
Revision 2179f31 by Campbell Barton November 13, 2019, 13:08 (GMT) |
Cleanup: use int for operator return argument |
|