Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-05 06:44:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-05 06:44:39 +0300
commitc2e73a12251ac5c2a6e4ad7147323588597b0d6a (patch)
treefb823fb0ff3205cb9cad7204073b520f7338acca /source
parent23dfcc5ac7edcc374c94a0b7317a7c410bf1fb41 (diff)
UI: save-preview tip now states that it's used for blend thumbnails
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 5ccf5d44d17..b06ec674e81 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -6189,7 +6189,8 @@ static void rna_def_userdef_filepaths(BlenderRNA *brna)
RNA_def_property_boolean_sdna(prop, NULL, "flag", USER_SAVE_PREVIEWS);
RNA_def_property_ui_text(prop,
"Save Preview Images",
- "Enables automatic saving of preview images in the .blend file");
+ "Enables automatic saving of preview images in the .blend file "
+ "as well as a thumbnail of the .blend");
rna_def_userdef_filepaths_asset_library(brna);