Blender Git Commits

Blender Git "soc-2020-outliner" branch commits.

Page: 7 / 11

July 15, 2020, 14:26 (GMT)
Merge branch 'master' into soc-2020-outliner
July 15, 2020, 02:30 (GMT)
Outliner: Draw highlights as roundrects

This is an experiment to make the selection status more consistent
between the outliner, file browser, and UI lists.
July 15, 2020, 01:48 (GMT)
Outliner: Fix bases out of sync on object drop
July 13, 2020, 20:27 (GMT)
Merge branch 'master' into soc-2020-outliner
July 10, 2020, 01:58 (GMT)
Outliner: Fix modifier drop index

Make modifier drop more consistent.
July 9, 2020, 23:25 (GMT)
Outliner: Only allow object drop over name or icon

When doing object drop, allow collection drop when dropping outside the
name or icon, and parent drop when over name or icon.
July 9, 2020, 19:40 (GMT)
Outliner: Object drop initial implementation

Allow reordering objects in the outliner. Works for multiple selection.
The code has a few places that could be cleaned up.

Also, an issue exists where it isn't always clear where to move the
objects to. This applies to any outliner drag+drop so that will be
handled separately.
July 9, 2020, 16:37 (GMT)
Merge branch 'master' into soc-2020-outliner
July 9, 2020, 03:23 (GMT)
Outliner: Add type options for new collections

Add options to move or link objects into the new collection from the
context menu.
July 9, 2020, 03:09 (GMT)
Outliner: Create new collection from selected objects
July 9, 2020, 03:09 (GMT)
Outliner: New Collection Menu
July 9, 2020, 03:09 (GMT)
Outliner: Activate collections with selection

Restore original behavior.
July 8, 2020, 23:18 (GMT)
Outliner: Move collection colors from submenu

The goal is to draw them on a single line, perhaps a template is needed
here.
July 8, 2020, 20:26 (GMT)
Outliner: Disable collection reorder when sorted

Disable reordering collections in the outliner when not in manual sort
mode.
July 8, 2020, 20:26 (GMT)
Outliner: Remove need to hold shift when parenting

https://developer.blender.org/D3812 discussed reasons why holding shift
to parent was needed. Now in the outliner we show child-parent
relationships clearly in View Layer mode so this extra modifer key is
not needed.

When dropping over an object name the parent operator is used, and when
dropping anywhere outside the object name will move to collection.
July 8, 2020, 20:26 (GMT)
Merge branch 'master' into soc-2020-outliner
July 7, 2020, 16:31 (GMT)
Merge branch 'master' into soc-2020-outliner
July 6, 2020, 23:41 (GMT)
Outliner: Add sort by object type

When sorting by type, collections are sorted alphabetically. Objects are
sorted by their types.
July 6, 2020, 23:00 (GMT)
Outliner: Sort collection and object names

Refactor the sorting code to apply to collections and objects, but keep
the order between objects and collections separate for now.
July 6, 2020, 22:58 (GMT)
Outliner: Add sort method enum

Replace the SO_SKIP_SORT_ALPHA with an enum of multiple sort types. The
types are manual, alphabetical, type, and creation order. Only
alphabetical works.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021