[Bf-blender-cvs] [83c3d930521] asset-browser: Asset Browser: Milestone 1 - Basic, Local Asset Browser

Julian Eisel noreply at git.blender.org
Tue Nov 24 21:13:53 CET 2020


Commit: 83c3d930521ebd3aabdbca5ef3dfc3de08fa2e3c
Author: Julian Eisel
Date:   Mon Nov 23 19:20:31 2020 +0100
Branches: asset-browser
https://developer.blender.org/rB83c3d930521ebd3aabdbca5ef3dfc3de08fa2e3c

Asset Browser: Milestone 1 - Basic, Local Asset Browser

NOTE: This is not ready for a merge yet. Purpose of this patch is to give
reviewers a first look. I plan to address some TODOs marked in code, and then
merge it soon to continue work in master. The patch can go through some proper
review then.

For remaining TODOs and project description, see #asset_browser_milestone_1.

This patch includes:
* "Make Asset" operator, exposed in Outliner and button context menus (the
  latter is disabled currently)
* Asset meta-data storage and management
* Custom asset tags
* Reading asset meta-data for separate files (but not more)
* Automatic object previews
* Custmo Asset repository setup via Preferences (has to be .blend files
  currently), directories are a ToDo.
* Default repository at ~/assets.blend on Linux/macOS, ~/Documents/assets.blend
  on Windows
* Asset Browser editor, internally a sub-editor of the File Browser
* Internal File Browser changes need for asset browsing
* "Current File" repository for the File Browser
* Basic UI for editing asset meta-data
* Dragging object, collection, image and material assets into 3D Views
* Option to only show assets on Append/Link
* Some unfinished code for per repository Asset Catalogs (should likely be
  disabled for now)

Differential Revision: https://developer.blender.org/D9633

===================================================================



===================================================================





More information about the Bf-blender-cvs mailing list