Fix T50100: Cycles SeparateRGBNode Red socket defined wrong

Spotted by David (bocs), thanks!
This commit is contained in:
Sergey Sharybin 2016-11-23 11:33:09 +01:00
parent f2b57c3532
commit def365e252
Notes: blender-bot 2023-02-14 11:24:03 +01:00
Referenced by issue #50126, Modeling (mode edit) and stack overflow into the driver NVIDIA
Referenced by issue #50100, Cycles SeparateRGBNode Red socket defined wrong
1 changed files with 1 additions and 1 deletions

View File

@ -3993,7 +3993,7 @@ NODE_DEFINE(SeparateRGBNode)
SOCKET_IN_COLOR(color, "Image", make_float3(0.0f, 0.0f, 0.0f));
SOCKET_OUT_FLOAT(g, "R");
SOCKET_OUT_FLOAT(r, "R");
SOCKET_OUT_FLOAT(g, "G");
SOCKET_OUT_FLOAT(b, "B");