Blender Git Commits

Blender Git "asset-browser" branch commits.

Page: 19 / 27

December 4, 2020, 17:40 (GMT)
Merge branch 'master' into temp-review-asset-create-ui
December 4, 2020, 17:35 (GMT)
Merge branch 'master' into temp-review-asset-previews
December 4, 2020, 15:34 (GMT)
Use new 16bit fetch+AND rather than changing DNA type
December 4, 2020, 15:31 (GMT)
Atomics: Add 16-bit fetch+AND and fetch+OR operations (signed)

I could use a 16bit atomic fetch+AND for D9719. The alternative would be to
turn a `short` into a `int` in DNA, which isn't a nice workaround.

Also adds tests for the new functions.
December 4, 2020, 13:33 (GMT)
Explicitly enforce a size for preview flag
December 4, 2020, 13:08 (GMT)
Disable loading custom previews for overriden data-blocks

This could be supported I think, but I'm unsure about the implications. For now
just don't allow it.
December 4, 2020, 13:08 (GMT)
Cleanup: Address review requests
December 4, 2020, 13:06 (GMT)
Disable loading custom previews for overriden data-blocks

This could be supported I think, but I'm unsure about the implications. For now
just don't allow it.
December 4, 2020, 13:03 (GMT)
Cleanup: Address review requests
December 4, 2020, 10:41 (GMT)
Merge branch 'master' into asset-browser
December 4, 2020, 10:41 (GMT)
Fix leftover "focused_id", causing "Make Asset" on material slots to fail
December 4, 2020, 10:38 (GMT)
Fix leftover "focused_id", causing "Make Asset" on material slots to fail
December 4, 2020, 10:37 (GMT)
Fix "Make Asset" failing for collections in the Outliner

All ID types but collections have a `TreeStoreElem.type` of 0, but collections...
AFAIK to avoid compatilibity breaking changes back in 2.8.
December 4, 2020, 10:28 (GMT)
Fix "Make Asset" failing for collections in the Outliner

All ID types but collections have a `TreeStoreElem.type` of 0, but collections...
AFAIK to avoid compatilibity breaking changes back in 2.8.
December 4, 2020, 10:28 (GMT)
Fix variable shadowing warning
December 4, 2020, 10:25 (GMT)
Fix "Make Asset" failing for collections in the Outliner

All ID types but collections have a `TreeStoreElem.type` of 0, but collections...
AFAIK to avoid compatilibity breaking changes back in 2.8.
December 3, 2020, 22:43 (GMT)
Fix variable shadowing warning
December 3, 2020, 22:42 (GMT)
Fix warning because of mismatching forward declaration
December 3, 2020, 21:54 (GMT)
Sync with review branches, adds "Remove Asset-Data" support

Mostly internal changes. But also adds removing of asset data via the "Remove
Asset-Data" operator in the Outliner and button context menus, as well as
through deleting asset files in the Asset Browser.
December 3, 2020, 21:52 (GMT)
Merge branch 'master' into asset-browser
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021