Bugfix for [#29055] node editor / texture node / scale node

* Node Vector sockets, don't have a PROP_FACTOR any longer.
This commit is contained in:
Thomas Dinges 2011-11-01 22:21:21 +00:00
parent 32b34d631a
commit 27ffb5556a

@ -35,7 +35,7 @@
static bNodeSocketTemplate inputs[]= {
{ SOCK_RGBA, 1, "Color", 0.0f, 0.0f, 0.0f, 1.0f },
{ SOCK_VECTOR, 1, "Scale", 1.0f, 1.0f, 1.0f, 0.0f, -10.0f, 10.0f, PROP_FACTOR },
{ SOCK_VECTOR, 1, "Scale", 1.0f, 1.0f, 1.0f, 0.0f, -10.0f, 10.0f, PROP_XYZ },
{ -1, 0, "" }
};