November 18, 2019, 13:56 (GMT) |
WM: remove view operators from the undo stack |
November 18, 2019, 13:33 (GMT) |
GPencil: Layers and Materials Specials menu updates Rename and separate Layers and Materials Specials menu from other buttons for better consistency Reviewed By: antoniov Differential Revision: https://developer.blender.org/D6271 |
Revision 71d65e8 by Campbell Barton November 18, 2019, 12:58 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision c2a251d by Sergey Sharybin November 18, 2019, 12:55 (GMT) |
Build deps: Actually tweak EOL style Seems that `git am` will force native EOL. |
Revision 115a5bf by Campbell Barton November 18, 2019, 12:53 (GMT) |
Correct error in last commit |
Revision 14882c4 by Sergey Sharybin November 18, 2019, 12:52 (GMT) |
Build deps: Fix compilaiton of OpenCollada Was caused by "wrong" EOL characters used in the patch: the file is actuallyu saved using CRLF EOL style. The patch was using CRLF as well for until recent change in the C runtime. |
Revision 995b98a by Campbell Barton November 18, 2019, 12:36 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 1cb0753 by Campbell Barton November 18, 2019, 12:35 (GMT) |
Revision d124545 by Campbell Barton November 18, 2019, 11:43 (GMT) |
Fix wrong name for QuadriFlow undo step |
Revision 8d4460b by Sergey Sharybin November 18, 2019, 08:28 (GMT) |
GHOST: Only spam about X11 errors when using --debug-ghost This commit adds a new command line argument --debug-ghost and makes it so X11 errors happening during context initialization are only printed when this new flag is sued. There is no need to flood users with errors when their GPU is not supporting latest OpenGL version. Or, at a very minimum, the error must be more meaning full. Differential Revision: https://developer.blender.org/D6057 |
Revision dc8be23 by Campbell Barton November 18, 2019, 05:39 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 1154909 by Campbell Barton November 18, 2019, 05:39 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision dfc232f by Campbell Barton November 18, 2019, 05:39 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 99640d0 by Campbell Barton November 18, 2019, 05:27 (GMT) |
Fix building on NetBSD |
Revision 047d2b0 by Campbell Barton November 18, 2019, 05:26 (GMT) |
CMake: GLEW_INCLUDE_PATH wasn't set for system glew |
Revision 321afe0 by Campbell Barton November 18, 2019, 05:25 (GMT) |
Fix building on 32bit systems |
Revision 6d9d24e by Ray molenkamp November 17, 2019, 21:26 (GMT) |
msvc: Use debug versions of tbb malloc for debug builds Using the release versions gave unpredictable results when the msvc debugger was attached for some developers. |
Revision 67fa8d2 by Ray molenkamp November 17, 2019, 16:09 (GMT) |
Fix: Build error with msvc std::min requires the algorithm header |
Revision fb1cbba by Joerg Mueller November 17, 2019, 08:02 (GMT) |
Fix T71322: Crash in Audaspace with some video file Getting upstream audaspace fixes for audio files with more than 8 channels. |
Revision e385bdb by Alexander Gavrilov November 16, 2019, 08:56 (GMT) |
Fix a bug in the T34039 hack in case when a modifier key is not mapped. In order to recover from a transient Focus Out - Focus In disruption in the middle of a shortcut, which can be caused by certain window managers, Blender has code that checks which modifier keys are pressed after Focus In and restores the modifier state based on that. If one of the Ctrl, Shift, Alt, Super keys is not mapped anywhere in the active keyboard layout, XKeysymToKeycode returns the invalid zero keycode, and reading the key state produces garbage, which can cause an invalid modifier state. Check the return value to avoid this. |
|