jedypod/nuke-colortools

"nuke-colortools.toolsets.visualize.HueSweep" has a dark line in the blue channel.

KelSolaar opened this issue · 1 comments

image

In Expression10:

x>width/3&&x<width/3*2

should be

x>width/3&&x<=width/3*2
             ^

Sorry totally missed this! Thanks for the fix, I've merged it.