Blender Git Commits

Blender Git "master" branch commits.

Page: 1448 / 5574

November 22, 2018, 15:15 (GMT)
Fix T57977: VSE: Markers lines get highlighted when using box select

Was caused by a missing uniform.
November 22, 2018, 13:33 (GMT)
Keymaps: make click event detection use a larger distance threshold.

Previously this was hardcoded to 2 pixels, which is too low for tablets and
not taking into account DPI. Now we set it equal to the tweak threshold, so
you either always do click or drag.

The default distance of 10 pixels may be quite far for something to be
considered a click, and we'll need to see how well it works. But I find this
to help a lot when selecting vertices in quick succession.

Thanks to Julien for spotting this.
November 22, 2018, 12:28 (GMT)
Fix T57578: Vertex Connect crash with less than two verts selected
November 22, 2018, 09:44 (GMT)
GP: Cleanup old TODO comments

These ToDo were ported when 2.7x code was ported to 2.8, but now they are not needed.
November 22, 2018, 05:58 (GMT)
Cleanup: keymap wrapper for tool-setting operator
November 22, 2018, 05:52 (GMT)
Keymap: add popup keymap

Allow manually mapping keys for the popup toolbar.

Useful for tools that don't have immediate access,
add transform, annotate & measure.
November 22, 2018, 05:33 (GMT)
Cleanup: minor simplification of keyconfig merge
November 22, 2018, 05:17 (GMT)
Correct typo
Revision dcf4bf8 by William Reynish / Campbell Barton
November 22, 2018, 04:31 (GMT)
Icons: use newly added icons
November 22, 2018, 04:29 (GMT)
Icons: binary data update from SVG
November 22, 2018, 04:26 (GMT)
Icons: updates by jendrzych

Changed to correct disclosure triangles everywhere,
added new icon for Output Properties,
added new icons for Image & Empty types in Add menu,
added icons for add-on types, plus other tweaks and adjustments.
November 22, 2018, 04:16 (GMT)
Merge branch 'master' into blender2.8
November 22, 2018, 04:06 (GMT)
Fix T57989: File loaded as startup

The file contents was used to check if the file was a startup file.

Now pass in an argument from startup loading code instead.
November 22, 2018, 01:34 (GMT)
UI: disable screen edges for full-screen areas
November 22, 2018, 01:19 (GMT)
UI: hide shortcut from gizmo tip when none found
November 22, 2018, 01:02 (GMT)
UI: String tweak for "UnLock" and Un-Mute in VSE
November 22, 2018, 01:02 (GMT)
UI: Fix Lock/Mute menu in VSE

Thanks @tintwotin for reporting it!
November 22, 2018, 00:54 (GMT)
Cleanup: utility function to avoid duplicate keys
November 22, 2018, 00:35 (GMT)
Tool System: auto-assign A-Z keys for toolbar popup

Assign keys based on tool name when they're free, allows:
Space-T for Transform, Space-A for Annotate.
November 22, 2018, 00:33 (GMT)
Fix toolbar popup keymap not allowing 'A' key
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021