Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2021-09-20 16:37:54 +0300
committerAntonio Vazquez <blendergit@gmail.com>2021-09-20 16:37:54 +0300
commit9642447faf1054664cf68b302a563c0a1145b7d7 (patch)
tree1366ac4b361d0dd565a3928bac8c44f1f12caae2
parentc5c189a158a330ba2370b4f78605207f14318c0c (diff)
GPencil: Fix error in previous commit
By error I commited the previous version.
-rw-r--r--source/blender/makesrna/intern/rna_material.c2
1 files changed, 1 insertions, 1 deletions
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 */