From c2e73a12251ac5c2a6e4ad7147323588597b0d6a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Mar 2021 14:44:39 +1100 Subject: UI: save-preview tip now states that it's used for blend thumbnails --- source/blender/makesrna/intern/rna_userdef.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3