Page 1 of 1

[21.7] Adding color OSL input pin doesn't show color picker

Posted: Sun May 10, 2020 7:14 pm
by grimm
If you add a color pin to a OSL script it doesn't show it as a color swatch, which you can click on and open a color picker like it does in the Cycles' OSL node.

Code: Select all

color Background = color(0,0,0),
Jason

Re: [21.7] Adding color OSL input pin doesn't show color picker

Posted: Mon May 11, 2020 12:10 pm
by linograndiotoy
grimm wrote:If you add a color pin to a OSL script it doesn't show it as a color swatch, which you can click on and open a color picker like it does in the Cycles' OSL node.

Code: Select all

color Background = color(0,0,0),
Jason
That's a limit with all plugins right now.
You'll need to connect an RGB Color node to edit the value.

Re: [21.7] Adding color OSL input pin doesn't show color picker

Posted: Mon May 11, 2020 3:46 pm
by grimm
Thanks Lino. :)

Jason

Re: [21.7] Adding color OSL input pin doesn't show color picker

Posted: Mon May 11, 2020 4:43 pm
by linograndiotoy
You're welcome!