Assets: bundle essentials with Blender #104474

Merged
Jacques Lucke merged 29 commits from JacquesLucke/blender:bundled-assets into main 2023-02-14 17:35:41 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e28ccf6073 - Show all commits

View File

@ -88,7 +88,7 @@ typedef enum eAssetLibraryType {
/** Display assets from the current session (current "Main"). */
ASSET_LIBRARY_LOCAL = 1,
ASSET_LIBRARY_ALL = 2,
/* Display assets bundled with Blender by default. */
/** Display assets bundled with Blender by default. */
JacquesLucke marked this conversation as resolved
Review

Doxygen comment.

Doxygen comment.
ASSET_LIBRARY_BUNDLED = 3,
/** Display assets from custom asset libraries, as defined in the preferences