Commit: 2b9ac1de491142508212471fb8e1d2cbdd655914
Author: Brecht Van Lommel
Date:   Thu Jun 25 14:51:55 2020 +0200
Branches: master
https://developer.blender.org/rB2b9ac1de491142508212471fb8e1d2cbdd655914

Fix incorrect Python API description for bpy.data.version

Ref T76058

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

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

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

diff --git a/source/blender/makesrna/intern/rna_main.c 
b/source/blender/makesrna/intern/rna_main.c
index 9e0194f8a1b..1670e08325f 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -445,7 +445,7 @@ void RNA_def_main(BlenderRNA *brna)
                             0,
                             INT_MAX,
                             "Version",
-                            "Version of Blender the .blend was saved with",
+                            "File format version the .blend file was saved 
with",
                             0,
                             INT_MAX);
   RNA_def_property_int_funcs(prop, "rna_Main_version_get", NULL, NULL);

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

Reply via email to