Asset Shelf: Add manual entry #104580

Merged
Aaron Carlisle merged 5 commits from ChrisLend/blender-manual:asset_shelf into blender-v4.0-release 2023-10-26 23:06:10 +02:00
4 changed files with 40 additions and 38 deletions
Showing only changes of commit b76b96d27f - Show all commits

View File

@ -260,7 +260,7 @@ Use from 3D Viewport
The pose library previously lived in the Sidebar within the Pose Library panel.
The panel still exists, but now contains a button to open the asset shelf.
In the 3D viewport, poses can be quickly applied from the :doc:`Asset Shelf. </editors/asset_shelf>`
In the 3D viewport, poses can be quickly applied from the :ref:`ui-region-asset_shelf`.
Contrary to the Asset Browser, the shelf allows you to apply poses quicker.
**Click on a pose to apply it.** A single click is enough.

View File

@ -1,36 +0,0 @@
***********
Asset Shelf
***********
Search
======
To search for assets, hover your mouse over the Asset Shelf, then press Ctrl-F and type a search query.
This will filter the poses to match what you typed.
Tabs
====
.. figure:: /images/asset_shelf-tabs.png
The usage of catalogs as tabs.
Catalogs can be shown as individual tabs. Each tab will only show its content, and the content of its children.
That makes it easy to filter down to a certain set of assets.
Display Options
===============
.. figure:: /images/asset_shelf-options.png
Display options available for the asset shelf.
It is possible to change the size of items on the shelf by using the size property.
By toggling on the "Names" checkbox, the asset names will be shown in the shelf. Alternatively it is also
possible to hover over an item to show its name.
By default the shelf only has a height for one item row. To allow for more rows, drag it on the upper edge to increase its size.

View File

@ -70,6 +70,5 @@ See :doc:`User Interface </interface/index>` for documentation on the general in
properties_editor.rst
file_browser.rst
asset_browser.rst
asset_shelf.rst
spreadsheet.rst
preferences/index.rst

View File

@ -170,3 +170,42 @@ Scaling
The scale of certain regions (such as the Toolbar) can be changed by dragging inside them
with :kbd:`Ctrl-MMB`, or using :kbd:`NumpadPlus` and :kbd:`NumpadMinus` while hovering the
mouse cursor over them. Press :kbd:`Home` to reset the scale to the default.
.. _ui-region-asset_shelf:
Asset Shelf
===========
Search
------
To search for assets, hover your mouse over the Asset Shelf, then press Ctrl-F and type a search query.
This will filter the poses to match what you typed.
Tabs
----
.. figure:: /images/asset_shelf-tabs.png
The usage of catalogs as tabs.
Catalogs can be shown as individual tabs. Each tab will only show its content, and the content of its children.
That makes it easy to filter down to a certain set of assets.
Display Options
---------------
.. figure:: /images/asset_shelf-options.png
Display options available for the asset shelf.
It is possible to change the size of items on the shelf by using the size property.
By toggling on the "Names" checkbox, the asset names will be shown in the shelf. Alternatively it is also
possible to hover over an item to show its name.
By default the shelf only has a height for one item row. To allow for more rows, drag it on the upper edge to increase its size.