Blender Git Commits

Blender Git "master" branch commits.

Page: 1003 / 5574

October 28, 2019, 14:38 (GMT)
Merge branch 'blender-v2.81-release'
October 28, 2019, 14:33 (GMT)
CMake: add missing headers, use space before comments
Revision 74c9a47 by Julian Eisel
October 28, 2019, 14:19 (GMT)
Fix: Some ID-Filters not enabled on Link/Append

Caused by 9100982e8097.
October 28, 2019, 13:46 (GMT)
Merge branch 'blender-v2.81-release'
October 28, 2019, 13:45 (GMT)
Cleanup: correct argument type mismatch

Add transform_snap.h header which includes DNA enum.
October 28, 2019, 12:54 (GMT)
Merge branch 'blender-v2.81-release'
October 28, 2019, 12:51 (GMT)
Fix T50148: Header: Wrong rounding when moving frames

Deduplicate the code and use the same logic used to
calculate individual elements in `t->values_final[0]`.

Differential revision: https://developer.blender.org/D6135
October 28, 2019, 12:32 (GMT)
Cleanup: use doxy sections for transform_snap
October 28, 2019, 11:59 (GMT)
Tool System: Use tapping Alt as a leader key to switch tools

Now tapping Alt prompts for a second input to switch tools.

Initial implementation of T69992
October 28, 2019, 11:40 (GMT)
UI: use zero box-spacing when used in headers

Without this, boxes are unusable in header layouts as they
add vertical space which shifts the items out of the header.
October 28, 2019, 10:42 (GMT)
Merge branch 'blender-v2.81-release'
October 28, 2019, 10:38 (GMT)
Keymap: use Ctrl-F2 for batch rename

Alt-F2 conflicted for Gnome on Linux,
change the keymap since it doesn't conflict on macOS or Windows.

Resolves T70480
October 28, 2019, 10:05 (GMT)
Merge branch 'blender-v2.81-release'
October 28, 2019, 10:03 (GMT)
Fix T71150: GPencil: Wrong Naming of Convert GP object to Meshes

The problem was the real menu text must be: `Convert to Polygon Curve` as is Object menu.

A GPencil object cannot be converted to mesh in one step. The conversion must be GPencil to Curve and Curve to Mesh.
October 28, 2019, 09:31 (GMT)
Merge branch 'blender-v2.81-release'
October 28, 2019, 09:27 (GMT)
Fix T71037: batch rename bones in pose mode throws exceptions

Maniphest Tasks: T71037

Differential Revision: https://developer.blender.org/D6122
October 27, 2019, 17:59 (GMT)
WM: add utility to lookup a keymap item from an event

Useful for modal operators to be able to match events
against regular keymaps.
October 27, 2019, 15:57 (GMT)
UI: add utility to show icons for the keymap item

This is useful for drawing keymap items into the header or status bar

While these icons are available directly,
mapping them from the keymap item isn't trivial.
October 27, 2019, 13:44 (GMT)
Merge branch 'blender-v2.81-release'
October 27, 2019, 13:40 (GMT)
Cleanup: remove redundant NULL checks
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021