[Bf-blender-cvs] [18852460153] master: UI: Wrong label in Screen Grab Size.

Pablo Vazquez noreply at git.blender.org
Thu Sep 12 12:24:00 CEST 2019


Commit: 18852460153506cda10b37ddf8af26b5482256d0
Author: Pablo Vazquez
Date:   Thu Sep 12 12:22:25 2019 +0200
Branches: master
https://developer.blender.org/rB18852460153506cda10b37ddf8af26b5482256d0

UI: Wrong label in Screen Grab Size.

It was using "screen_grab_size" as label.

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

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

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

diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index 5d735524f36..d98567ed691 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -1036,7 +1036,7 @@ static void rna_def_image_paint(BlenderRNA *brna)
                            NULL,
                            0,
                            0,
-                           "screen_grab_size",
+                           "Screen Grab Size",
                            "Size to capture the image for re-projecting",
                            0,
                            0);



More information about the Bf-blender-cvs mailing list