Blender Git Commits

Blender Git "master" branch commits.

Page: 986 / 5574

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
November 18, 2019, 12:58 (GMT)
Merge branch 'blender-v2.81-release'
November 18, 2019, 12:55 (GMT)
Build deps: Actually tweak EOL style

Seems that `git am` will force native EOL.
November 18, 2019, 12:53 (GMT)
Correct error in last commit
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.
November 18, 2019, 12:36 (GMT)
Merge branch 'blender-v2.81-release'
November 18, 2019, 12:35 (GMT)
Fix T71564: Undo stroke lags after entering sculpt mode

Regression since 2.80, see: T71434
November 18, 2019, 11:43 (GMT)
Fix wrong name for QuadriFlow undo step
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
November 18, 2019, 05:39 (GMT)
Merge branch 'blender-v2.81-release'
November 18, 2019, 05:39 (GMT)
Merge branch 'blender-v2.81-release'
November 18, 2019, 05:39 (GMT)
Merge branch 'blender-v2.81-release'
November 18, 2019, 05:27 (GMT)
Fix building on NetBSD
November 18, 2019, 05:26 (GMT)
CMake: GLEW_INCLUDE_PATH wasn't set for system glew
November 18, 2019, 05:25 (GMT)
Fix building on 32bit systems
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.
November 17, 2019, 16:09 (GMT)
Fix: Build error with msvc

std::min requires the algorithm header
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.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021