Blender Git Commit Log

All Blender Git commits.

Page: 1485 / 8462

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, 18:41 (GMT)
Cleanup: remove unused function

This is not necessary in C++17 anymore.
July 8, 2020, 18:39 (GMT)
Cleanup: use c++17 helper variable templates
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, 16:08 (GMT)
Fix T78718: Crash when deleting particle system modifier with the X Shortcut.

Again those backward pointers not properly flagged in RNA, hence
generating infinite loops.
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, 15:05 (GMT)
Functions: add AttributesRef class

This is the same as MutableAttributesRef, but the data in it cannot be changed.
July 8, 2020, 15:05 (GMT)
Cleanup: use different internal socket name
July 8, 2020, 15:05 (GMT)
Functions: support hashing MFDataType and CPPType
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:49 (GMT)
Build: fix stack linker warning with ffmpeg on macOS

The ff_cfhd_init_vlcs() function was using a lot of stack space, which
made linker on macOS unhappy. Using heap allocation allows to silence
the warning without causing other side-effects.

Kept the patch enabled for all platforms to avoid difference in behavior
and performance on different platforms, which could make certain types
of investigation very tricky.

Differential Revision: https://developer.blender.org/D8248
July 8, 2020, 13:43 (GMT)
Minor cleanup in rna override code.
July 8, 2020, 13:28 (GMT)
Volume: Added slicing options in 'Viewport Display' for Volume Object
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021