Closed falkhofmann closed 2 years ago
In Nuke, Deep data streams always have the ChannelSets deep
, depth, and
rgba`. They cannot be removed. Is that possibly the issue you're running into?
You should be able to just route the input to the output if the channels are set to None.
ahh right, i thought somehow only deep front/back and alpha. not sure why rgb is needed, but well.
made a bypass option if None
is selected. also using the bypass option if no mask or a input is connected
fixes #74
first rough version. the processed channels having issues. RGBA were always processed even if the actual channelmask is set to None. couldn't figure out why.