CompStart

ProLessonsCoursesElementsSoftware

CompStart

Master visual effects with cutting-edge techniques.

Learning

CoursesLessonsPro FeaturesAssetsSoftware

Tools

Tech CheckDisplay CheckMotion BlurCIE 1931PhysLightNuke Tools

Company

InstructorMissionImpressumPrivacyTerms

Projects

Moray RenderEXR ConverterOCIO.ccNuke ToolsDerekVFX

Follow

YouTubeInstagramTikTokThreadsContact

© 2026 CompStart. All rights reserved.

Cc

ToolSets / Stack
Stack

2026-09-07

ToolSets/stack/cc.nk

keymix
stack
composite
rgba
bbox
utility
merge
View on GitHub

Two-input Keymix set to rgba with bbox from B for straightforward stack compositing in Nuke.

Cc is a compact stack setup built around Nuke’s Keymix. It takes two inputs and mixes them on the rgba channels, using the B input for the bounding box.

Use it when you need a quick Keymix in a stack without rebuilding the node and common defaults each time. Pipe the background into B and the foreground (and mask behavior) through the Keymix A/mask path as usual.

In the comp it behaves like a standard Keymix: output bounds follow B, and the mix is limited to rgba. Routing dots keep the graph tidy for drop-in use in ToolSets/stack.

Script code

set cut_paste_input [stack 0]
version 13.0 v1
push $cut_paste_input
Dot {
name Dot38
selected true
xpos -1784
ypos 4311
}
set Ncf0f5600 [stack 0]
Dot {
name Dot40
selected true
xpos -2066
ypos 4311
}
Dot {
name Dot41
selected true
xpos -2067
ypos 4369
}
Dot {
name Dot42
selected true
xpos -1933
ypos 4369
}
Dot {
name Dot43
selected true
xpos -1933
ypos 4564
}
push $Ncf0f5600
Keymix {
inputs 2
channels rgba
bbox B
name Keymix2
selected true
xpos -1818
ypos 4560
}