Blender Git Commits

Blender Git "master" branch commits.

Page: 1468 / 5574

November 12, 2018, 13:31 (GMT)
GP: Cleanup unused code
November 12, 2018, 13:31 (GMT)
GP: Change View icon for annotations
November 12, 2018, 13:18 (GMT)
Add a lot of update tagging to operations with NLA tracks and strips.
November 12, 2018, 12:50 (GMT)
Eevee: Fix ESM not working after a certain distance

This was caused by overflow caused by the background and precision during
filtering.
November 12, 2018, 12:50 (GMT)
Eevee: Fix lamps shadows not updating correctly

This was visible if the lamps was out of frustum.
November 12, 2018, 12:50 (GMT)
Ruler Tool: Fix non readable text

The ruler tool is using a hard coded background color. Invert it if the
text color is bright. In the future we should maybe use a theme color
instead of guessing as it does not work well with middle gray colors.
November 12, 2018, 12:50 (GMT)
Ruler Tool: Fix text background glitch

It was using UI_draw_roundbox_aa which is not available when drawing with
the view3d opengl context (because of VAO not being shared). Replace with
simpler rect box. Of course it's a bit more ugly but at least it's working.
November 12, 2018, 12:48 (GMT)
Py API Docs: fix typos/wording

found by Omar Ahmad
November 12, 2018, 11:16 (GMT)
Merge branch 'master' into blender2.8
November 12, 2018, 11:16 (GMT)
Cycles: Fix/workaround for gcc-7.2

For some reason when building with gcc-7.2 (which is default
in previous Ubuntu LTS) the guarded allocator is not being
properly instantiated.

Doesn't happen with newer version of gcc-7 which is 7.3, and
also doesn't happen with gcc-6 and gcc-8.

Would be nice to know what is wrong, but for the time being
committing workaround which keeps Blender users happy.
November 12, 2018, 11:14 (GMT)
Py API Docs: Restructure gpu module introduction
November 12, 2018, 11:10 (GMT)
Fix T57766: error in Quick Effects > Quick Fur

Maniphest Tasks: T57766

Differential Revision: https://developer.blender.org/D3933
November 12, 2018, 10:02 (GMT)
Merge branch 'master' into blender2.8
November 12, 2018, 10:02 (GMT)
Cycles: Proper comment for closing header guard
November 12, 2018, 09:09 (GMT)
Fix T57713: Object not selecteable after separate strokes

The object was duplicated in Edit mode.
November 12, 2018, 07:51 (GMT)
Fix T57527: GP draw takes events from gizmos

Add keymap flag to the gizmo handler so events can be handled
on the UI level and not get over-ridden by grease pencil.
November 12, 2018, 04:01 (GMT)
Fix hidden HUD region being used - zero winrct
November 12, 2018, 03:31 (GMT)
Revert "Fix hidden action-zone interaction"

This reverts commit 03e5ba31837cbe91b633e18f19ba0b08e070e0dc.

Causes T57729, will look into an alternative fix.
November 12, 2018, 03:27 (GMT)
Revert "Fix for hidden regions becoming active"

This reverts commit 484faaea4f314d4c598b77d56cf7fe5a167afcc0.

Causes T57729, will look into an alternative fix.
November 12, 2018, 03:05 (GMT)
UI: don't show shortcuts in toolbar buttons

Restrict these to displaying in tooltips.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021