[Bf-blender-cvs] [15657b7ccd5] master: Fix warning from rB9925606539.

Alexander Gavrilov noreply at git.blender.org
Tue Jan 18 16:38:26 CET 2022


Commit: 15657b7ccd54c2e0205b42aaa237690c1d9d53cb
Author: Alexander Gavrilov
Date:   Tue Jan 18 18:37:27 2022 +0300
Branches: master
https://developer.blender.org/rB15657b7ccd54c2e0205b42aaa237690c1d9d53cb

Fix warning from rB9925606539.

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

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

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

diff --git a/source/blender/makesrna/intern/rna_rna.c b/source/blender/makesrna/intern/rna_rna.c
index 37e7e5e6bed..3e150d03bf0 100644
--- a/source/blender/makesrna/intern/rna_rna.c
+++ b/source/blender/makesrna/intern/rna_rna.c
@@ -3121,7 +3121,7 @@ static void rna_def_number_property(StructRNA *srna, PropertyType type)
                              "Precision",
                              "Number of digits after the dot used by buttons. Fraction is "
                              "automatically hidden for exact integer values of fields with unit "
-                             "'NONE' or 'TIME' (frame count) and step divisible by 100.");
+                             "'NONE' or 'TIME' (frame count) and step divisible by 100");
   }
 }



More information about the Bf-blender-cvs mailing list