Five minutes, end to end. We’ll load an image, add an effect, drive one of its parameters with time, and save the result.
A fresh project opens with three nodes already wired together:Image Source → Bloom → Output. The preview on the left shows whatever the Output node receives. It starts black because no image is loaded yet.
Image Source node. The parameters panel on the lower right reveals an upload slot.Our graph already has Bloom, but let’s layer another effect in. We’ll add a gaussian blur between the image and the bloom.
gauss. Gaussian Blur filters to the top of the list. Enter drops it onto the graph.Select the Gaussian Blurnode. In the parameters panel, notice the small empty circle to the left of the “Radius” slider — that’s the expose toggle. Click it.
A new radiusinput socket appears on the node in the graph. Anything that outputs a scalar value can drive the blur’s radius through that socket.
scene time, Enter.Hit ⌘+S. Since this is a new project, you’ll be asked for a name. Anything goes — the save system will warn you if the name collides with another project of yours and offer to overwrite.
The file-name pill at the top center of the menu bar now shows your chosen name with a green dot. Make any change and it flips yellow; hit ⌘+S again and it goes back to green.