Blender Git Commit Log

All Blender Git commits.

Page: 2881 / 8462

November 12, 2018, 12:20 (GMT)
Merge branch 'blender2.8' into npr_tess
November 12, 2018, 11:25 (GMT)
fix: export preset for SL rigged used a no longer existing parameter
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, 08:51 (GMT)
Remove HairExport usage from draw code.
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.
November 12, 2018, 02:18 (GMT)
Tool System: support for 'dropping' tools

While there is no support for dropping tools exactly,
the cursor tool supports a keyboard oriented workflow
which is often over-ridden by other tools key-maps

While many tools had shortcuts there was no fast way to get back to
the cursor tool.

Now double-tapping space sets the cursor tool
(as long as this tool doesn't have a key mapped).
November 12, 2018, 01:22 (GMT)
Fix error clearing the popup toolbar keymap

Generating the keymap for the tooltip stopped shortcuts from running.

While this could be supported - the shortcuts show in the button,
so remove shortcuts from these tips.
November 12, 2018, 00:56 (GMT)
Add back layout context for toolbar popup

Removed when removing search.
November 12, 2018, 00:19 (GMT)
Missed last commit
November 11, 2018, 23:46 (GMT)
UI: remove search from toolbar popup

Reduce toolbar clutter, keep it only for tool access.

This is available in the menu, users who need to access this can use
the direct shortcut.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021