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 95eb376895 - Show all commits

View File

@ -104,7 +104,7 @@ const EnumPropertyItem *ED_asset_library_reference_to_rna_enum_itemf(const bool
"ESSENTIALS",
ICON_NONE,
"Essentials",
"Show assets that came bundled with Blender"};
"Show the basic building blocks and utilities coming with Blender"};
JacquesLucke marked this conversation as resolved
Review

Would suggest something like: "Show the basic building blocks and utilities coming with Blender.

Would suggest something like: "Show the basic building blocks and utilities coming with Blender.
RNA_enum_item_add(&item, &totitem, &tmp);
}