Blender Git Commits

Blender Git "master" branch commits.

Page: 1650 / 5574

July 6, 2018, 06:04 (GMT)
Disable addons which haven't been updated

Gave noisy warnings on startup.
July 6, 2018, 05:56 (GMT)
Merge branch 'master' into blender2.8
July 6, 2018, 05:55 (GMT)
BKE_addons: utility to remove by name
Revision 288bcb2 by Joshua Leung
July 6, 2018, 03:38 (GMT)
Further tweaks to drawing of non-selected graph editor keyframes

The previous commit only solves the problem when using the default
theme using factory settings. For previously saved themes, there could
still be problems, as the alpha values were still 0.

This commit improves the logic here so that while keyframe points on
unselected F-Curves will still get faded out (to not stick out too much
from the curves they live on), but the effect will not be as pronounced
(i.e. the points will stay visible all the time).
Revision a71c2de by Joshua Leung
July 6, 2018, 03:15 (GMT)
Fix T55777: Non-selected keys in Graph Editor are invisible

Restore theem setting default for Graph Editor's vertex,
with default alpha set to 1.0. The alpha value here needs
to be non-zero, as the alpha values currently get used
when drawing verts.
Revision 88a6aab by Joshua Leung
July 6, 2018, 03:01 (GMT)
Fix T55775: Crash when select keyframe on object channels in Timeline editor
July 5, 2018, 20:56 (GMT)
Cleanup: flag checks
July 5, 2018, 20:50 (GMT)
Merge branch 'master' into blender2.8
July 5, 2018, 20:49 (GMT)
Cleanup: flag checks
July 5, 2018, 20:46 (GMT)
Merge branch 'master' into blender2.8
July 5, 2018, 20:25 (GMT)
RNA: correct callback type

Missed when changing callbacks from int to bool type.
July 5, 2018, 19:49 (GMT)
RNA: use is_dirty prefix for checking updates

Common convention for read-only update checks
July 5, 2018, 19:28 (GMT)
Keymap: Make Ctrl-Tab toggles pose mode

Showing a pie menu is redundant since tab is already
mapped to edit mode.

Bypass the menu for pose mode toggle.
July 5, 2018, 18:43 (GMT)
Draw Manager: simplify object mask usage

Remove flag defines, use object types directly.
July 5, 2018, 17:49 (GMT)
Cleanup: minor changes to last commit, #2
July 5, 2018, 17:41 (GMT)
Cleanup: minor changes to last commit
July 5, 2018, 17:31 (GMT)
Keymap: convenience Alt-MMB view switching

Allows to quickly set the view axis for advanced users,
Requested by @hjalti
July 5, 2018, 17:31 (GMT)
3D View: support setting the relative axis

This sets the closest view axis, as if the current view is 'front'.

Useful to switch to the nearest left/right/top/bottom.
July 5, 2018, 17:27 (GMT)
UI: add separators in properties editor header tabs.
July 5, 2018, 16:43 (GMT)
Shaders: add target setting to material output node.

This makes it possible to have a single shading nodetree that contains
separate Cycles and Eevee shaders. By default the target is set to All
so shaders are shared.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021