[Bf-blender-cvs] [9fff5c29650] master: Fix T70236: voronoi misspelling in description

Brecht Van Lommel noreply at git.blender.org
Wed Sep 25 12:27:22 CEST 2019


Commit: 9fff5c296503ee51e4f5307b5dd146b3fe47846e
Author: Brecht Van Lommel
Date:   Wed Sep 25 10:25:48 2019 +0200
Branches: master
https://developer.blender.org/rB9fff5c296503ee51e4f5307b5dd146b3fe47846e

Fix T70236: voronoi misspelling in description

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

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

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

diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 668cc05d070..b9b7506cf42 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -4431,7 +4431,7 @@ static void def_sh_tex_voronoi(StructRNA *srna)
        "DISTANCE_TO_EDGE",
        0,
        "Distance To Edge",
-       "Computes the distance to the edge of the vornoi cell"},
+       "Computes the distance to the edge of the voronoi cell"},
       {SHD_VORONOI_N_SPHERE_RADIUS,
        "N_SPHERE_RADIUS",
        0,



More information about the Bf-blender-cvs mailing list