Commit: c2e73a12251ac5c2a6e4ad7147323588597b0d6a
Author: Campbell Barton
Date:   Fri Mar 5 14:44:39 2021 +1100
Branches: master
https://developer.blender.org/rBc2e73a12251ac5c2a6e4ad7147323588597b0d6a

UI: save-preview tip now states that it's used for blend thumbnails

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

M       source/blender/makesrna/intern/rna_userdef.c

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

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);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to