Fix T52792: Typo in UI label of a HairInfo node socket.

This commit is contained in:
Bastien Montagne 2017-09-20 21:02:57 +02:00
parent 692631551f
commit 8ad479a322
Notes: blender-bot 2023-02-14 06:33:37 +01:00
Referenced by commit 78c2242db5, Revert "Fix T52792: Typo in UI label of a HairInfo node socket."
Referenced by issue #52792, Spelling difference
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
static bNodeSocketTemplate outputs[] = {
{ SOCK_FLOAT, 0, N_("Is Strand"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
{ SOCK_FLOAT, 0, N_("Intercept"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
{ SOCK_FLOAT, 0, N_("Intersect"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
{ SOCK_FLOAT, 0, N_("Thickness"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
{ SOCK_VECTOR, 0, N_("Tangent Normal"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
/*{ SOCK_FLOAT, 0, N_("Fade"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},*/