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

This reverts commit 8ad479a322.
This commit is contained in:
Brecht Van Lommel 2017-09-20 21:39:54 +02:00
parent ee30a4381f
commit 78c2242db5
Notes: blender-bot 2023-02-14 10:29:32 +01:00
Referenced by issue #53252, Single vertex shows strange behavior when moved in 3D space
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_("Intersect"), 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_("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},*/