Blender Git Commit Log

All Blender Git commits.

Page: 2263 / 8462

August 16, 2019, 18:30 (GMT)
Eyedropper: Support datadropper in the outliner

Adds support for using the eyedropper in the outliner in addition to
the 3D view.
August 16, 2019, 18:30 (GMT)
Collections: change active if hidden or excluded

When the active collection is hidden or excluded, change the active
collection to the first visible parent collection. This behavior existed
previously for excluding collections, and is now expanded to also
switch the active collection when viewport hidden or restricted.

This does not prevent viewport hidden or restricted collections from
being reactivated later. This could be added as a separate commit.
Excluded collections cannot be activated, so it may make sense to
extend this behavior to hiding collections.
August 16, 2019, 18:30 (GMT)
Outliner: Synced selection and active element highlighting

Adds a toggle to the filter menu for outliner synced selection. Enabled
by default, this ensures selection is synced between objects, bones, and
sequences. An active outliner element theme color is added to indicate
which element is active.

Synced selection is controlled on the operator level. Each operator
that modifies selection for objects, bones, sequences, or outliner
elements needs to call the respective ED_outliner_select_sync_from..
function to tag outliners to be synced.

Syncing is done lazily on outliner draw.
August 16, 2019, 17:26 (GMT)
Outliner: Fix range select not activating
August 16, 2019, 17:24 (GMT)
Outliner: Fix openclose behavior

Fixes click+drag on disclosure triangles not behaving as expected.
Now the dragged elements will be either closed or opened depending
on the state of the first clicked+dragged.

Also removed walk in and out for arrow left and right.
August 16, 2019, 17:21 (GMT)
Outliner: Includes cleanup
August 16, 2019, 17:20 (GMT)
Fix T68103: bevel sometimes infinite loops with patch miter.

Needed to null terminate list of chain to process width adjustments on.
August 16, 2019, 17:16 (GMT)
Outliner: Synced selection fixes

Fix outliner select on items linked between collections not
syncing.
Adds more control to from-outliner select syncing, to only sync
data within the current interaction mode.
Deselect all non-synced data on syncing to outliner.
Fix edit bone outliner syncing not tagging for updates
August 16, 2019, 17:01 (GMT)
Outliner: Don't show duplicates in merge search
August 16, 2019, 17:00 (GMT)
Outliner: Remove set parent popup

The popup did not allow operator reports with multi object
support.
August 16, 2019, 16:57 (GMT)
Outliner: Move synced select toggle

Move below Sort Alphabetically and use a checkbox instead of
a button.
August 16, 2019, 16:55 (GMT)
Outliner: fix contrast for selected and active highlights
August 16, 2019, 16:50 (GMT)
Merge branch 'master' into temp-soc-2019-outliner-sync
August 16, 2019, 16:41 (GMT)
Fix T68009: Recognize X.Org/AMD as GPU_DEVICE_ATI and open source driver

Reviewed By: #gpu_viewport, fclem

Differential Revision: https://developer.blender.org/D5392
Revision 25f1783 by Omar Emara (master)
August 16, 2019, 15:59 (GMT)
Fix T68702: Input socket in the Normal node isn't drawn properly.

The Normal vector socket in the Normal node wasn't drawn properly and
couldn't be controlled. Additionally, the socket name was drawn over it.

This happened because the socket had a default value of a zero vector.
To fix this, we set the default value to the unit vector `(0, 0, 1)`.
Moreover, we don't draw the UI name if the subtype is `PROP_DIRECTION`.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5503
August 16, 2019, 15:32 (GMT)
Merge branch 'master' into soc-2019-outliner
August 16, 2019, 15:25 (GMT)
Revert "Outliner: only activate outliner items when clicking on icon/text"

The soc-2019-outliner branch relied on the previous behavior,
since this is going to be merged soon, postpone this change.

This reverts commit 9dab57a9f829881dad1e659b53413ded15ec085e.
August 16, 2019, 15:17 (GMT)
Cleanup: remove gawain reference
August 16, 2019, 15:17 (GMT)
Cleanup: clang-format
August 16, 2019, 14:57 (GMT)
Cleanup: spelling
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021