[Bf-blender-cvs] [9642447faf1] master: GPencil: Fix error in previous commit

Antonio Vazquez noreply at git.blender.org
Mon Sep 20 15:38:01 CEST 2021


Commit: 9642447faf1054664cf68b302a563c0a1145b7d7
Author: Antonio Vazquez
Date:   Mon Sep 20 15:37:54 2021 +0200
Branches: master
https://developer.blender.org/rB9642447faf1054664cf68b302a563c0a1145b7d7

GPencil: Fix error in previous commit

By error I commited the previous version.

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

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

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

diff --git a/source/blender/makesrna/intern/rna_material.c b/source/blender/makesrna/intern/rna_material.c
index 4078691444b..22a75c0d992 100644
--- a/source/blender/makesrna/intern/rna_material.c
+++ b/source/blender/makesrna/intern/rna_material.c
@@ -607,7 +607,7 @@ static void rna_def_material_greasepencil(BlenderRNA *brna)
   RNA_def_property_ui_text(prop,
                            "Rotation",
                            "Additional rotation applied to dots and square texture of strokes. "
-                           "Only valid in texture shading mode");
+                           "Only applies in texture shading mode");
   RNA_def_property_update(prop, NC_GPENCIL | ND_SHADING, "rna_MaterialGpencil_update");
 
   /* pass index for future compositing and editing tools */



More information about the Bf-blender-cvs mailing list