Blender Git Statistics -> Branches -> soc-2019-outliner

"Soc-2019-outliner" branch

Total commits : 236
Total committers : 3
First Commit : May 25, 2019
Latest Commit : August 16, 2019


Commits by Month

DateNumber of Commits
August, 201962
July, 201996
June, 201964
May, 201914

Committers

AuthorNumber of Commits
Nathan Craddock228
Campbell Barton7
Nathan Craddock1

Popular Files

FilenameTotal Edits
outliner_select.c74
outliner_sync.c37
outliner_draw.c29
outliner_intern.h27
outliner_edit.c20
blender_default.py18
outliner_utils.c13
outliner_tools.c11
space_outliner.c9
outliner_dragdrop.c9

Latest commits Feed

August 16, 2019, 17:21 (GMT)
Outliner: Includes cleanup
August 16, 2019, 15:32 (GMT)
Merge branch 'master' into soc-2019-outliner
August 15, 2019, 22:16 (GMT)
Merge branch 'master' into soc-2019-outliner
August 15, 2019, 03:06 (GMT)
Outliner: increase contrast of selected and active highlights
August 15, 2019, 02:26 (GMT)
Outliner: Don't allow duplicates for merge search

Only show one item for each subtree element in a merge search popup.
Selecting an element from the popup that has multiple instances in the
subtree will select the first instance in the tree.
August 14, 2019, 21:06 (GMT)
Outliner: Clear dirty flag after sync from outliner

This prevents syncing to the outliner on draw which deselects
non-syncable data like mesh data and collections.
August 14, 2019, 21:04 (GMT)
Outliner: Activate on range select with no active element

If no active element exists in the outliner, activate the cursor
element instead of only selecting.
August 14, 2019, 20:28 (GMT)
Outliner: Remove parent set popup menu for specific types

Removes the popup for setting the parent to curves, lattices, and
armatures. It makes more sense from an outliner perspective to set
the parent to objects only.
August 14, 2019, 20:16 (GMT)
Outliner: Openclose fixes

Remove walk in / walk out support for walk navigation. Now left
and right arrow keys only close and open outliner element subtrees.

Fix click+drag on disclosure triangles not behaving as expected.
Now the dragged elements will be either opened or closed, using the
state of the first click+dragged element.
August 14, 2019, 20:13 (GMT)
Outliner: Don't sync outliner selection to other outliners
August 14, 2019, 19:43 (GMT)
Outliner: Sync select toggle tweaks

Move the toggle lower in the popover as this toggle is not as
important. Also use a checkbox rather than button.

The toggle is still drawn as a button with an icon when the outliner
is in sequence display mode, as the filter popover is not drawn
in that mode.
August 14, 2019, 17:58 (GMT)
Merge branch 'master' into soc-2019-outliner
August 14, 2019, 17:56 (GMT)
Outliner: Use GSet for select sync from outliner
August 14, 2019, 03:50 (GMT)
Outliner: Comments cleanup
August 14, 2019, 03:19 (GMT)
Outliner: Fix selection syncing for edit bones

Fixes selection syncing from outliner for edit bones not tagging
for updates.
August 14, 2019, 03:04 (GMT)
Outliner: Fix selection syncing of linked items

When an item was linked to multiple collections, an outliner select
would sync the selection state of the last instance, deselecting
even if a previous element was selected.

Selection syncing from the outliner now maintains lists of selected
objects and bones to prevent syncing errors.
August 11, 2019, 04:25 (GMT)
Outliner: Use interaction mode to restrict syncing

Use the current interation mode to prevent syncing from getting out
of sync. Because the bone elements shown in object mode are not the
same elemens as in pose or edit mode, it is necessary to only sync
bones in bone edit or pose mode.
August 10, 2019, 04:45 (GMT)
Outliner: Deselect data elements on selection sync

Outliner items like mesh data and collections cannot be synced
to the 3D view, but it is still useful to have them selected in
the outliner. When syncing selection to the outliner, it makes
sense to deselect these data elements.
August 9, 2019, 20:10 (GMT)
Outliner: Comment and includes cleanup
August 9, 2019, 19:28 (GMT)
Merge branch 'master' into soc-2019-outliner

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021