Blender Git Commit Log

All Blender Git commits.

Page: 2481 / 8462

May 30, 2019, 11:22 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-npr
May 30, 2019, 11:21 (GMT)
Added LANPR chain conversion funcitons. Now LANPR to GP is able to run.
May 30, 2019, 10:37 (GMT)
Cleanup: use const argument, r_ prefix return arg
May 30, 2019, 10:02 (GMT)
3D View: Support light probe data clipping
May 30, 2019, 08:11 (GMT)
temporally add draw lib to gpencil modifier for lanpr
May 30, 2019, 07:16 (GMT)
Adding lanpr to grease pencil strokes modifier.
May 30, 2019, 05:33 (GMT)
Fix industry compat keymap transform gizmo plane constraint

Modifier keys were disabled, removing support for shift-clicking
on the transform gizmo to constrain to the plane.

The gizmo keymap matches the default, no need to re-define it.
May 30, 2019, 05:22 (GMT)
Gizmo: activate some gizmos on drag instead of press

Use drag-only keyamp to adjust gizmos which use drag motion
to change a value. By default gizmos still activate on press.

This allows for left click select to be used with transform
without the gizmos getting in the way.

Even though this isn't necessary for right click select
it allows click events to pass through and be used by tools
which can be useful.

Resolves T63996
May 30, 2019, 05:03 (GMT)
WM: use different drag thresholds for mouse/tablet events

Now a small threshold is used for mouse input,
avoiding delay when gizmos are activated on drag.

Tablet input threshold remains unchanged since
it's easier to make small movements when using a tablet.

A larger threshold for non-cursor input is now used (typically keyboard)
which improves usability when the "Pie Menu on Drag" key-map preference.
May 30, 2019, 05:02 (GMT)
Cleanup: move click/drag events to functions

Simplifies future changes to dragging checks and avoids
each check for drag using slightly different logic.
May 30, 2019, 05:02 (GMT)
Cleanup: rename callbacks to match the struct member name
May 30, 2019, 04:57 (GMT)
Outliner: Add range select

Adds range select to outliner_activate.
Range select is based on the active element and the clicked element.
If no active element is visible, report an error
May 30, 2019, 04:56 (GMT)
Outliner: Utils function is element visible
May 30, 2019, 04:36 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-npr
May 30, 2019, 04:35 (GMT)
Remove obsolete memory pool
May 30, 2019, 03:42 (GMT)
Merge branch 'master' into soc-2019-outliner
May 30, 2019, 03:40 (GMT)
Outliner: Add range select to keymap

Changes keymap for outliner.item_activate
ctrl: extend
shift: range
alt: recursive
ctrl+alt: recursive extend
May 29, 2019, 23:44 (GMT)
Support system installed OpenXR SDK

Adds OPENXR_USE_BUNDLED_SRC so that if disabled, CMake tries to find
the SDK headers and libraries in system paths or in specified root
directory.

I guess this is the way we'd want to do this in master. However for
people testing the branch the bundled sources are much more convenient
(should work out of the box, no need to compile the SDK manually).
May 29, 2019, 18:17 (GMT)
GPencil: Cleanup - Remove storage Grid matrix and replace with local variable

Now the matrix is copied when creating shading group and don't need to be saved in storage.
May 29, 2019, 18:14 (GMT)
Merge branch 'master' into soc-2019-openxr
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021