UI: Support asset shelves in 3D Views #110767
Closed
Julian Eisel
wants to merge 1 commits from
When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
JulianEisel:temp-asset-shelf-3dview
into asset-shelf
pull from: JulianEisel:temp-asset-shelf-3dview
merge into: blender:asset-shelf
blender:main
blender:npr-prototype
blender:blender-v4.3-release
blender:blender-v4.2-release
blender:pr-abs-path-fix-2
blender:blender-v3.6-release
blender:temp-sculpt-dyntopo
blender:icons-cleanup
blender:blender-v3.3-release
blender:brush-assets-project
blender:pr-extensions-tidy-space
blender:blender-v4.0-release
blender:universal-scene-description
blender:blender-v4.1-release
blender:blender-v3.6-temp_wmoss_animrig_public
blender:gpencil-next
blender:anim/animation-id-113594
blender:blender-projects-basics
blender:bridge-curves
blender:sculpt-blender
blender:asset-browser-frontend-split
blender:asset-shelf
blender:tmp-usd-python-mtl
blender:tmp-usd-3.6
blender:blender-v3.5-release
blender:blender-v2.93-release
blender:realtime-clock
blender:sculpt-dev
blender:bevelv2
blender:xr-dev
When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
359100d24d |
UI: Support asset shelves in 3D Views
The previous commit introduced all the basic bits and pieces necessary to support asset shelves as experimental feature, but didn't actually add support for any specific editor. With this commit asset shelves can be registered in 3D Views, which should soon be used by the Pose Library add-on to replace its previous UI in the sidebar (see blender/blender-addons#104546). Also adds: - Toggle to hide/unhide the asset shelf under "View" -> "Asset Shelf" - 3D View theme settings for the asset shelf regions. None of the changes are visible if the experimental option for the asset shelf is not enabled. |