Asset Project: User Interface #54642

Closed
opened 2018-04-16 12:52:33 +02:00 by Bastien Montagne · 106 comments

This task is for defining the UI portion of the Asset Browser in Blender.

The Assets editor

The Assets editor in Blender allows users to browse, filter, load and save assets, as well as editing asset metadata. The Assets editor lives inside Blender's UI and is exposed as an editor type. Internally, it will use the file browser as the basis, with different custom UI. The UI can be extended by each asset engine. such as which panels are shown in the sidebar.

{F7929185, size=full}
The Assets editor, with sidebar and sourcelist hidden, set to materials

{F7921176, size=full}
The Assets editor, with sidebar and sourcelist visible

{F7921192, size=full}
Visual, graphical example

Drag and drop

Screenshot 2019-11-03 at 22.51.27.png
Note: The "Add Item to Library" by dragging into the Asset Browser is currently not part of the core design. It might be added in later iterations though.

One of the core areas needed to make the Assets editor easy to use, is to make good use of drag and drop, both for loading assets and creating new ones.

For materials, it would be nice to make it so we have nicer rollover highlighting, as well as a better indicator of which material will be assigned;
{F7921511, size=full}
Comment: The "tooltip" above should also clearly tell what happens if you drop the asset. Depending on where you drop it, different actions may be applied. This can be communicated well with these "tooltips".

For objects & meshes, it would be useful if they could snap to the surface of your scene for quick set dressing or kit-bashing:

{F7921514, size=full}

Variations

The assets system allows for several 'variations' of an asset. You could have one main asset with several alternative versions or tweaks packaged together. When linking into the scene, users can then swap out several variations if they wish.

To see all the variations of an asset, click on the number in the top left of the asset, which can then fold out the variations:
{F7921860, size=full}

Switching Libraries

The menu in the top left lets users switch between various asset engines and libraries, corresponding to which asset engines are installed:

{F7921172, size=full}

Built-in Libraries

In order to make the Asset Browser immediately useful, we will include these built-in libraries:

  • File Browser (allows for browsing images etc in your local file storage)
  • Current File (gives an overview of all the assets in your current scene. Very useful to get an overview and to re-use materials, meshes etc)
  • Blender Cloud (Blender Cloud will provide a selection of assets for users to get started. Users can either download & import assets directly through the Asset Browser, or they can download the cloud library for offline use)

In addition, users can easily set up their own asset libraries in Preferences and easily start to populate them with objects, meshes, materials and so on, by dragging them into the Asset Browser.

Source List

In the sources list on the left, users can filter the assets by ID type, but they can also filter by tags as well. We only show tags that are available with the active ID type selected. A third panel here could let users define saved searches or 'smart filters' which can combine all types of filtering:

Screenshot 2019-11-03 at 22.18.21.png

Sidebar

Screenshot 2019-11-03 at 22.47.18.png

In the Sidebar on the right, users can see and edit information about the selected asset. Here users have access to editing tags, accessing variants and revisions.

One of the important requirements for the assets UI, is that it should be able to become very compact, so that users can integrate it into their Blender screen layout without taking up too much space.

Linking vs Appending assets

In different situations, users might want to either link an asset or append it.

Screenshot 2019-11-03 at 22.45.47.png

For simple cases where users just want access to assets as a starting point, appending makes the most sense

For collaborative projects, films with multiple shots, complex environments etc, it makes more sense to create a library and then link to assets.

We want to make it easy to do both, without having to switch between modes or views, like so:

In the Inspector there will be buttons to either link or append, but as a faster method, user can either:

  • Drag assets into the scene to copy it
  • Drag assets while holding Alt to link it in.

This way, users can very quickly link and copy assets into their scene, using a single gesture.

Accessing assets from data-block selectors

Users may not always have the Asset Browser visible. For this reason, it'd be useful to still be able to access to your assets. We can support this by integrating with the data-block selector, like so:

{F2725404, size=full}

By default, we could have it set to Current File, which essentially mirrors what we have today - although we could still support icon view. But if users want to directly search and browse assets outside your current file, we could still allow this, in a way that's consistent with the way the Asset Browser works.

The data-block selector could also show an indicator for data-blocks that are assets: {F8791281, size=full}

This task is for defining the UI portion of the Asset Browser in Blender. ### The Assets editor The Assets editor in Blender allows users to browse, filter, load and save assets, as well as editing asset metadata. The Assets editor lives inside Blender's UI and is exposed as an editor type. Internally, it will use the file browser as the basis, with different custom UI. The UI can be extended by each *asset engine.* such as which panels are shown in the sidebar. {[F7929185](https://archive.blender.org/developer/F7929185/Screenshot_2019-11-04_at_10.45.39.png), size=full} *The Assets editor, with sidebar and sourcelist hidden, set to materials* {[F7921176](https://archive.blender.org/developer/F7921176/Screenshot_2019-11-03_at_22.09.41.png), size=full} *The Assets editor, with sidebar and sourcelist visible* {[F7921192](https://archive.blender.org/developer/F7921192/Screenshot_2019-11-03_at_22.11.31.png), size=full} *Visual, graphical example* ### Drag and drop ![Screenshot 2019-11-03 at 22.51.27.png](https://archive.blender.org/developer/F7921580/Screenshot_2019-11-03_at_22.51.27.png) *Note: The "Add Item to Library" by dragging into the Asset Browser is currently not part of the core design. It might be added in later iterations though.* One of the core areas needed to make the Assets editor easy to use, is to make good use of drag and drop, both for loading assets and creating new ones. For materials, it would be nice to make it so we have nicer rollover highlighting, as well as a better indicator of which material will be assigned; {[F7921511](https://archive.blender.org/developer/F7921511/Screenshot_2019-11-03_at_22.43.55.png), size=full} *Comment: The "tooltip" above should also clearly tell what happens if you drop the asset. Depending on where you drop it, different actions may be applied. This can be communicated well with these "tooltips".* For objects & meshes, it would be useful if they could snap to the surface of your scene for quick set dressing or kit-bashing: {[F7921514](https://archive.blender.org/developer/F7921514/Screenshot_2019-11-03_at_22.44.17.png), size=full} ### Variations The assets system allows for several 'variations' of an asset. You could have one main asset with several alternative versions or tweaks packaged together. When linking into the scene, users can then swap out several variations if they wish. To see all the variations of an asset, click on the number in the top left of the asset, which can then fold out the variations: {[F7921860](https://archive.blender.org/developer/F7921860/asset-variations_.gif), size=full} ### Switching Libraries The menu in the top left lets users switch between various asset engines and libraries, corresponding to which asset engines are installed: {[F7921172](https://archive.blender.org/developer/F7921172/Screenshot_2019-11-03_at_22.09.57.png), size=full} ### Built-in Libraries In order to make the Asset Browser immediately useful, we will include these built-in libraries: - **File Browser** (allows for browsing images etc in your local file storage) - **Current File** (gives an overview of all the assets in your current scene. Very useful to get an overview and to re-use materials, meshes etc) - **Blender Cloud** (Blender Cloud will provide a selection of assets for users to get started. Users can either download & import assets directly through the Asset Browser, or they can download the cloud library for offline use) In addition, users can easily set up their own asset libraries in Preferences and easily start to populate them with objects, meshes, materials and so on, by dragging them into the Asset Browser. ### Source List In the sources list on the left, users can filter the assets by ID type, but they can also filter by tags as well. We only show tags that are available with the active ID type selected. A third panel here could let users define saved searches or 'smart filters' which can combine all types of filtering: ![Screenshot 2019-11-03 at 22.18.21.png](https://archive.blender.org/developer/F7921271/Screenshot_2019-11-03_at_22.18.21.png) ### Sidebar ![Screenshot 2019-11-03 at 22.47.18.png](https://archive.blender.org/developer/F7921537/Screenshot_2019-11-03_at_22.47.18.png) In the Sidebar on the right, users can see and edit information about the selected asset. Here users have access to editing tags, accessing variants and revisions. One of the important requirements for the assets UI, is that it should be able to become very compact, so that users can integrate it into their Blender screen layout without taking up too much space. ### Linking vs Appending assets In different situations, users might want to either link an asset or append it. ![Screenshot 2019-11-03 at 22.45.47.png](https://archive.blender.org/developer/F7921524/Screenshot_2019-11-03_at_22.45.47.png) For simple cases where users just want access to assets as a starting point, appending makes the most sense For collaborative projects, films with multiple shots, complex environments etc, it makes more sense to create a library and then link to assets. We want to make it easy to do both, without having to switch between modes or views, like so: In the Inspector there will be buttons to either link or append, but as a faster method, user can either: - Drag assets into the scene to copy it - Drag assets while holding Alt to link it in. This way, users can very quickly link and copy assets into their scene, using a single gesture. ### Accessing assets from data-block selectors Users may not always have the Asset Browser visible. For this reason, it'd be useful to still be able to access to your assets. We can support this by integrating with the data-block selector, like so: {[F2725404](https://archive.blender.org/developer/F2725404/Assets_Material_Selector.png), size=full} By default, we could have it set to Current File, which essentially mirrors what we have today - although we could still support icon view. But if users want to directly search and browse assets outside your current file, we could still allow this, in a way that's consistent with the way the Asset Browser works. The data-block selector could also show an indicator for data-blocks that are assets: {[F8791281](https://archive.blender.org/developer/F8791281/Screenshot_2020-08-18_at_17.13.15.png), size=full}
William Reynish was assigned by Bastien Montagne 2018-04-16 12:52:33 +02:00
Author
Owner
Added subscribers: @mont29, @JasonSchleifer, @bliblubli, @zeauro, @lichtwerk, @PawelLyczkowski-1, @pablovazquez, @JonathanWilliamson, @JulianEisel
William Reynish changed title from Asset Project - UI - File Browser to Asset Project - UI - Asset Browser 2018-04-16 14:49:53 +02:00

Added subscriber: @michaelknubben

Added subscriber: @michaelknubben

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Added subscriber: @0o00o0oo

Added subscriber: @0o00o0oo
Member

Added subscriber: @zhanghua

Added subscriber: @zhanghua

Added subscriber: @zebus3dream

Added subscriber: @zebus3dream

Added subscriber: @DuarteRamos

Added subscriber: @DuarteRamos

Added subscriber: @bent

Added subscriber: @bent

Added subscriber: @ValBarashkov

Added subscriber: @ValBarashkov

Added subscriber: @lemenicier_julien

Added subscriber: @lemenicier_julien

Added subscriber: @anonym

Added subscriber: @anonym

Added subscriber: @MaciejMorgas

Added subscriber: @MaciejMorgas

Changed status from 'Resolved' to: 'Open'

Changed status from 'Resolved' to: 'Open'
William Reynish changed title from Asset Project - UI - Asset Browser to Asset Project: User Interface 2019-11-03 22:22:37 +01:00

Added subscriber: @SteffenD

Added subscriber: @SteffenD
Member

Added subscriber: @JulienKaspar

Added subscriber: @JulienKaspar

Added subscriber: @a.monti

Added subscriber: @a.monti

Added subscriber: @MichaelHermann

Added subscriber: @MichaelHermann

Added subscriber: @Fux

Added subscriber: @Fux

Added subscriber: @clawjelly

Added subscriber: @clawjelly

Added subscriber: @einsteinchen

Added subscriber: @einsteinchen

Added subscriber: @carlossifuentes

Added subscriber: @carlossifuentes

Added subscriber: @Cedch

Added subscriber: @Cedch

Added subscriber: @Constantina32

Added subscriber: @Constantina32

Added subscriber: @Pipeliner

Added subscriber: @Pipeliner

Added subscriber: @xan2622

Added subscriber: @xan2622

Added subscriber: @sozap

Added subscriber: @sozap

Added subscriber: @Ant3d

Added subscriber: @Ant3d

Added subscriber: @MaciejJutrzenka

Added subscriber: @MaciejJutrzenka

Added subscriber: @brecht

Added subscriber: @brecht

Untagging design tasks from specific releases, in general these should only be tagged with the relevant modules and listed on the module page.

Untagging design tasks from specific releases, in general these should only be tagged with the relevant modules and listed on the module page.

Added subscriber: @neosushi68

Added subscriber: @neosushi68

Added subscriber: @jc4d

Added subscriber: @jc4d

Added subscriber: @RC12

Added subscriber: @RC12

Added subscriber: @AndrewPeel

Added subscriber: @AndrewPeel

Added subscriber: @robblau

Added subscriber: @robblau

Added subscriber: @ckohl_art

Added subscriber: @ckohl_art

Added subscriber: @kvick

Added subscriber: @kvick

Added subscriber: @Draxley

Added subscriber: @Draxley

Added subscriber: @AonoZan

Added subscriber: @AonoZan

In case there is more than three variation(let say 10), maximum shown is still 3 but then then slider would appear somewhere? Or you plan to have functionality that way so that everything can be shown at once in rows and columns?

In case there is more than three variation(let say 10), maximum shown is still 3 but then then slider would appear somewhere? Or you plan to have functionality that way so that everything can be shown at once in rows and columns?

Added subscriber: @ClinToch

Added subscriber: @ClinToch

Added subscriber: @Fureloka-4

Added subscriber: @Fureloka-4

Added subscriber: @NjordyJovanovich

Added subscriber: @NjordyJovanovich

Added subscriber: @LeoSch

Added subscriber: @LeoSch

Added subscriber: @AndreasAustPMX

Added subscriber: @AndreasAustPMX

Added subscriber: @DirSurya

Added subscriber: @DirSurya

Added subscriber: @item412

Added subscriber: @item412

Added subscriber: @AlexeyPerminov

Added subscriber: @AlexeyPerminov

Added subscriber: @TakingFire

Added subscriber: @TakingFire

Added subscriber: @Yianni

Added subscriber: @Yianni

Added subscriber: @PawelSwierczynski

Added subscriber: @PawelSwierczynski

Added subscriber: @MeshVoid

Added subscriber: @MeshVoid

Added subscriber: @ompadu

Added subscriber: @ompadu

Added subscriber: @KtRN

Added subscriber: @KtRN

Added subscriber: @richeyrose

Added subscriber: @richeyrose

Added subscriber: @PetterLundh

Added subscriber: @PetterLundh
Contributor

Added subscriber: @RedMser

Added subscriber: @RedMser

Removed subscriber: @DirSurya

Removed subscriber: @DirSurya

Added subscriber: @mattli911

Added subscriber: @mattli911

Added subscriber: @valera-8

Added subscriber: @valera-8

This is looking beautiful!
For files stored locally will there be a quick link to open the asset and edit it? Like an "Edit Asset" button. As well as "Make New Version" and "Make New Copy"? And for cloud assets "Make Local Copy".

This is looking beautiful! For files stored locally will there be a quick link to open the asset and edit it? Like an "Edit Asset" button. As well as "Make New Version" and "Make New Copy"? And for cloud assets "Make Local Copy".

Added subscriber: @proulxpl

Added subscriber: @proulxpl

Added subscriber: @unwave

Added subscriber: @unwave

Added subscriber: @WeezY

Added subscriber: @WeezY

Added subscriber: @PietroEliaAppeddu

Added subscriber: @PietroEliaAppeddu

Added subscriber: @Noto

Added subscriber: @Noto

Added subscriber: @Grady

Added subscriber: @Grady

In #54642#996605, @valera-8 wrote:
This is looking beautiful!
For files stored locally will there be a quick link to open the asset and edit it? Like an "Edit Asset" button. As well as "Make New Version" and "Make New Copy"? And for cloud assets "Make Local Copy".

Would also love to know if this is planned.

> In #54642#996605, @valera-8 wrote: > This is looking beautiful! > For files stored locally will there be a quick link to open the asset and edit it? Like an "Edit Asset" button. As well as "Make New Version" and "Make New Copy"? And for cloud assets "Make Local Copy". Would also love to know if this is planned.

Added subscriber: @pjj

Added subscriber: @pjj

Added subscriber: @Harvester

Added subscriber: @Harvester

Added subscriber: @CodeComedyTV

Added subscriber: @CodeComedyTV

Added subscriber: @the_avg_guy

Added subscriber: @the_avg_guy

Added subscriber: @BukeBeyond

Added subscriber: @BukeBeyond

When the Alt-Drag to Link is implemented we will begin testing the Asset Browser extensively. Linking film quality assets (without duplicated materials and textures) is essential for us. For now, we have to use manual linking without the thumbnails. The new Asset filter for that is very useful.

When the Alt-Drag to Link is implemented we will begin testing the Asset Browser extensively. Linking film quality assets (without duplicated materials and textures) is essential for us. For now, we have to use manual linking without the thumbnails. The new Asset filter for that is very useful.
Member

Added subscriber: @Harley

Added subscriber: @Harley
Member

Dragging and dropping has always seems a bit backwards in Blender. Hold down one obscure modifier key or another or not before you start to drag, then while doing so we are dragging text like “Drop onto Object to link material” or similar.

I’d rather just initiate by simply dragging without first deciding on what to do. In fact some operations can’t be known until you get to the drop zone. So just drag without pressing alt or shift or option. Then, while dragging show as little as possible, like only an icon or small thumbnail - I don’t need hints or full paths or similar. Then as soon as I drop, open a menu of options that apply to that drop zone if there is more than one. So nice descriptive options like “Add new Object” and “New Object with linked materials”, “Add link to object” or whatever. That way you can have more variations than you have obscure modifier keys.

Dragging and dropping has always seems a bit backwards in Blender. Hold down one obscure modifier key or another or not before you start to drag, then while doing so we are dragging text like “Drop onto Object to link material” or similar. I’d rather just initiate by simply dragging without first deciding on what to do. In fact some operations can’t be known until you get to the drop zone. So just drag without pressing alt or shift or option. Then, while dragging show as little as possible, like only an icon or small thumbnail - I don’t need hints or full paths or similar. Then as soon as I drop, open a menu of options that apply to that drop zone if there is more than one. So nice descriptive options like “Add new Object” and “New Object with linked materials”, “Add link to object” or whatever. That way you can have more variations than you have obscure modifier keys.

I suppose those different options would be all within the same operator, so one could change the action after the fact in the F9 menu or set the default behaviour for when some modifier key was pressed during dragging in the keybindings?

I suppose those different options would be all within the same operator, so one could change the action after the fact in the F9 menu or set the default behaviour for when some modifier key was pressed during dragging in the keybindings?

The part about holding Alt when dragging in this design doc is outdated.

Linking will only possible from project repositories / libraries and will be the default, after which you can make local if needed. For user libraries as available in the first milestone in 2.92 it will only be possible to append..

The part about holding Alt when dragging in this design doc is outdated. Linking will only possible from project repositories / libraries and will be the default, after which you can make local if needed. For user libraries as available in the first milestone in 2.92 it will only be possible to append..

Removed subscriber: @AndreasAustPMX

Removed subscriber: @AndreasAustPMX

Added subscriber: @baoyu

Added subscriber: @baoyu

Please consider implementing my proposal:
https://devtalk.blender.org/t/variation-system-my-proposal-based-on-current-asset-browser

Implement this feature in system level would help the override system also.

It's a bit late for 2.93, maybe put it on 3.0's list?

Please consider implementing my proposal: https://devtalk.blender.org/t/variation-system-my-proposal-based-on-current-asset-browser > Implement this feature in system level would help the override system also. It's a bit late for 2.93, maybe put it on 3.0's list?

Added subscriber: @Zeirus

Added subscriber: @Zeirus

Added subscriber: @Leroy-Xie

Added subscriber: @Leroy-Xie

May I ask if there will be a folder management function like a file manager, which will be very useful for a large number of management.

May I ask if there will be a folder management function like a file manager, which will be very useful for a large number of management.

Added subscriber: @ValeriChe

Added subscriber: @ValeriChe

Added subscriber: @Deanna

Added subscriber: @Deanna
Member

Unless there are major show stoppers requiring a big revert, the Asset Browser will make its debut in the 3.0 release. Not everything shown in this task made it in yet, and there's also some outdated information/screenshots here. But at this point I think we can reduce the priority of this task to Normal, since the basic UI is there now. So further additions to the Asset Browser UI will be regular development.

Unless there are major show stoppers requiring a big revert, the Asset Browser will make its debut in the 3.0 release. Not everything shown in this task made it in yet, and there's also some outdated information/screenshots here. But at this point I think we can reduce the priority of this task to *Normal*, since the basic UI is there now. So further additions to the Asset Browser UI will be regular development.
Member

This is also not tied to a specific release.

This is also not tied to a specific release.

Added subscriber: @igiornotigi

Added subscriber: @igiornotigi

Hi, I think it would be useful to put the append/link operator options in the asset browser (Localize all, Instance object data, ...). Currently, if you append a file that has data indirectly linked to other files, these are also imported into the scene.

Also it would be very useful to have a new insert mode (or some options in the actual link mode) that creates a new local object but keeps the data linked instead of having to manually localize the object each time.

In this way you could use "place object under mouse" new tool and reduce the filesize. I work with large assets (detailed vegetation) and to avoid to create huge blend filesize, currently I have to link the asset from asset browser, make te object local, move the object where I want....

Hi, I think it would be useful to put the append/link operator options in the asset browser (Localize all, Instance object data, ...). Currently, if you append a file that has data indirectly linked to other files, these are also imported into the scene. Also it would be very useful to have a new insert mode (or some options in the actual link mode) that creates a new local object but keeps the data linked instead of having to manually localize the object each time. In this way you could use "place object under mouse" new tool and reduce the filesize. I work with large assets (detailed vegetation) and to avoid to create huge blend filesize, currently I have to link the asset from asset browser, make te object local, move the object where I want....

Added subscriber: @Gabi_love

Added subscriber: @Gabi_love

This comment was removed by @Gabi_love

*This comment was removed by @Gabi_love*

Added subscriber: @AlexeyAdamitsky

Added subscriber: @AlexeyAdamitsky

Added subscriber: @Michael-Drake

Added subscriber: @Michael-Drake

Removed subscriber: @item412

Removed subscriber: @item412

Added subscriber: @IihT2cWA9xiP30BsYphz3EiEISNoScoe

Added subscriber: @IihT2cWA9xiP30BsYphz3EiEISNoScoe

Removed subscriber: @Gabi_love

Removed subscriber: @Gabi_love

Added subscriber: @thinsoldier

Added subscriber: @thinsoldier

Since variations typically all exist in a single .blend file, I wouldn't really need the "Variations" feature in the short term if there was a way to sort/group the list of assets by the .blend file they came from.

For example I have 4 .blend files with many materials in each: fabric.blend, metal.blend, stone.blend, nature.blend.
All of them contain multiple materials whose names start with: privacy_screen-*.
Instead of having to manually create "Variations" in the asset system, and also without needed to add things to the catalog heirarchy, I'd be satisfied with just being able to see all assets that come from nature.blend all grouped together in the list and then it would be easy for me to find the privacy_screen-antique_bamboo-painted-blue material

Since variations typically all exist in a single .blend file, I wouldn't really need the "Variations" feature in the short term if there was a way to sort/group the list of assets by the .blend file they came from. For example I have 4 .blend files with many materials in each: fabric.blend, metal.blend, stone.blend, nature.blend. All of them contain multiple materials whose names start with: privacy_screen-*. Instead of having to manually create "Variations" in the asset system, and also without needed to add things to the catalog heirarchy, I'd be satisfied with just being able to see all assets that come from nature.blend all grouped together in the list and then it would be easy for me to find the *privacy_screen-antique_bamboo-painted-blue* material

In #54642#1369535, @thinsoldier wrote:
Since variations typically all exist in a single .blend file, I wouldn't really need the "Variations" feature in the short term if there was a way to sort/group the list of assets by the .blend file they came from.

For example I have 4 .blend files with many materials in each: fabric.blend, metal.blend, stone.blend, nature.blend.
All of them contain multiple materials whose names start with: privacy_screen-*.
Instead of having to manually create "Variations" in the asset system, and also without needed to add things to the catalog heirarchy, I'd be satisfied with just being able to see all assets that come from nature.blend all grouped together in the list and then it would be easy for me to find the privacy_screen-antique_bamboo-painted-blue material

Variations and what you said doesn't conflict with each other. Finding a material naming somthing is the basic and fundamental way of using an asset.

> In #54642#1369535, @thinsoldier wrote: > Since variations typically all exist in a single .blend file, I wouldn't really need the "Variations" feature in the short term if there was a way to sort/group the list of assets by the .blend file they came from. > > For example I have 4 .blend files with many materials in each: fabric.blend, metal.blend, stone.blend, nature.blend. > All of them contain multiple materials whose names start with: privacy_screen-*. > Instead of having to manually create "Variations" in the asset system, and also without needed to add things to the catalog heirarchy, I'd be satisfied with just being able to see all assets that come from nature.blend all grouped together in the list and then it would be easy for me to find the *privacy_screen-antique_bamboo-painted-blue* material Variations and what you said doesn't conflict with each other. Finding a material naming somthing is the basic and fundamental way of using an asset.

Is there any documentation as to where the preview images of the asset browser items are being saved or how we can access them?

I would love to see them all in a folder somewhere, have an export all as .png (or any image file with transparency background) somewhere I could have access to outside of blender, or even just a "copy" option in the drop down menu of each asset thumbnail.

Is there any documentation as to where the preview images of the asset browser items are being saved or how we can access them? I would love to see them all in a folder somewhere, have an export all as .png (or any image file with transparency background) somewhere I could have access to outside of blender, or even just a "copy" option in the drop down menu of each asset thumbnail.

Added subscriber: @zx

Added subscriber: @zx

Added subscriber: @yitian

Added subscriber: @yitian

Added subscriber: @satishgoda1

Added subscriber: @satishgoda1

Added subscriber: @triget

Added subscriber: @triget
Thomas Dinges added this to the 3.5 milestone 2023-02-07 18:55:56 +01:00
Brecht Van Lommel removed this from the 3.5 milestone 2023-02-09 19:33:02 +01:00
Philipp Oeser removed the
Interest
Pipeline, Assets & IO
label 2023-02-10 08:54:24 +01:00
Member

Think we can close this basic UI design task. There is an asset browser with a UI based on this (but iterated further). Improving it is part of regular development now, and UI design additions/changes can be discussed at a more granular level.

Think we can close this basic UI design task. There is an asset browser with a UI based on this (but iterated further). Improving it is part of regular development now, and UI design additions/changes can be discussed at a more granular level.
Blender Bot added
Status
Archived
and removed
Status
Confirmed
labels 2023-12-07 11:28:59 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
85 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#54642
No description provided.