Blender Git Commits

Blender Git commits from all branches.

Page: 798 / 2888

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: 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)
Outliner: Disable collection reorder when sorted

Disable reordering collections in the outliner when not in manual sort
mode.
July 8, 2020, 20:26 (GMT)
Merge branch 'master' into soc-2020-outliner
July 8, 2020, 19:41 (GMT)
Add custom tag support to assets

Tags are basically a list of strings. We could optimize these in future if
needed. We could also easily add colors or icons for individual tags (e.g. like
on developer.blender.org).

Note that there's no UI for this yet. Functionality is available via Python
though.
July 8, 2020, 17:56 (GMT)
Property Search: Fix panels occasionally overlapping
July 8, 2020, 16:47 (GMT)
Remove uses G.debug guards from CLOG (simple cases)
July 8, 2020, 16:42 (GMT)
Support arbitrary descriptions for assets

Simply have a dynamic string in the asset data-block. That can be set and
updated at any point.
July 8, 2020, 15:52 (GMT)
Property Search: Fix panels animating when added
July 8, 2020, 15:06 (GMT)
Merge branch 'master' into property-search-ui
July 8, 2020, 14:37 (GMT)
Experimental: remove debug arguments from function, remove debug guardsfrom logs

This is to see if loggers should be influenced by code.
Also rename function to *_sprintf
July 8, 2020, 14:36 (GMT)
Support preview thumbnails for new asset data-blocks in file browser

Assets have to own a copy of the referenced data-block's preview for this to
work. We *could* do without that, but it complicates partial reading of
data-blocks for the file browser (which may be addressed with further work
though).
July 8, 2020, 13:28 (GMT)
Volume: Added slicing options in 'Viewport Display' for Volume Object
July 8, 2020, 13:19 (GMT)
Merge branch 'master' into soc-2020-info-editor
July 8, 2020, 11:46 (GMT)
Command line arguments: separate log level into severity and verbosity
July 8, 2020, 11:23 (GMT)
Workaround: logging big messages causes crash
July 8, 2020, 11:16 (GMT)
Rename clog check macro
July 8, 2020, 11:14 (GMT)
Tweak log levels
July 8, 2020, 10:42 (GMT)
Use new Asset data-block type for "Create Asset" operator

AssetData is unused now. Just keeping it in case it's useful later (to avoid
having to do the monkey work to add it again).
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021