Blender Git Commits

Blender Git "master" branch commits.

Page: 1094 / 5574

August 8, 2019, 05:31 (GMT)
Keymap: only use Alt-Left/Right for legacy keymap

Ctrl-Left/Right aren't in conflict for the default keymap.
August 7, 2019, 23:56 (GMT)
UI: Remove Grease Pencil Interpolation from stroke menu

This is a bit redundant because there is the interpolation popover.
Also these options were available while drawing which is not useful.
August 7, 2019, 21:20 (GMT)
API Docs: Correct Hotkey

Here we can link to the manual and keep the hotkey updated in the manual
rather than the API docs.

Fixes T68371
August 7, 2019, 18:36 (GMT)
Fix T68268: Crash switching to Weight Paint mode

Also applied to sculpt mode
August 7, 2019, 18:36 (GMT)
Fix unassigned return argument in recent select refactor
August 7, 2019, 15:43 (GMT)
Edit Mesh Selection: Move ED_view3d_select_ functions to bf_draw

It is easier to deal with private values of the DRW_select engine and gives room for improvement.

Reviewers: campbellbarton, fclem

Differential Revision: https://developer.blender.org/D5415
August 7, 2019, 15:43 (GMT)
Select utils refactor: remove lagacy `ED_view3d_select_id_read_rect`

`ED_view3d_select_id_read_rect` serves only as a bridge to `DRW_framebuffer_select_id_read`.
Keeping these codes similar only increases the complexity of some functions.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D5415
August 7, 2019, 15:28 (GMT)
UV: select overlap operator

New operator to select overlapping UV's,
from all visible edit-mesh UV's.

D5421 @deadpin with edits.
August 7, 2019, 11:08 (GMT)
Fix T67623 Eevee: Modulo node making unexpected/inconsistent behaviour

This was a precision error. Using a more robust approach
August 7, 2019, 11:02 (GMT)
Fix error in recent trackball aspect cleanup

Error in 7f8d620e20c23
August 7, 2019, 10:36 (GMT)
Fix T68348: Hotkeys do nothing when over viewport gizmos

This was done intentionally so mouse press events tools didn't prevent gizmos
receiving click events before `USE_GIZMO_MOUSE_PRIORITY_HACK` was added.
August 7, 2019, 10:36 (GMT)
Fix tool-tips remaining after operators start

It was possible for e.g. to have a header tooltip displayed,
then start walk-navigation which didn't close the tool-tip.
August 7, 2019, 08:27 (GMT)
3D View: utility function to set the depth from a location

Avoids having to do projection/offset calculations inline.
August 7, 2019, 06:40 (GMT)
Fix T68340: Add reference image to hidden collection fails
Revision 85c843b by Julian Eisel
August 6, 2019, 23:55 (GMT)
Remove compiler fix for unsupported MSVC version
August 6, 2019, 20:27 (GMT)
Fix not reported: Face selection sometimes does not work in weight, paint and texture mode.
August 6, 2019, 17:38 (GMT)
Cleanup: use BKE_ prefix for BKE_colortools.h
August 6, 2019, 17:34 (GMT)
Cleanup: clang-format
August 6, 2019, 17:02 (GMT)
Fix Dopesheet transform regressions due to rB81dc76c19cff

Functions that begin with the name `apply` closely resemble the main callback to apply.
Ref T68137
August 6, 2019, 16:53 (GMT)
Annotations: Remove Simplify option from Userprefs

This option was an old option for Grease Pencil tools and it's not logic for Annotations.

Differential Revision: https://developer.blender.org/D5426
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021