UI

Numeric bookmarks

A numeric bookmark is a node bookmark associated with a number key (1 through 9) on the keyboard. Once assigned, hitting the key of a numeric bookmark will pin the currently focused editor

Attribute history

Today's tip will be a bit longer than usual. We'll be taking a dive into a very powerful built-in feature of Gaffer: the attribute history. Let's say

Creating the same node again

You will sometimes find yourself having to add several new nodes of the same type to the graph. You could create a node and copy-paste it, but there's an even faster

Clipping planes

Like other DCCs, Gaffer uses clipping planes in its viewport (the Viewer) for selective rendering. The clipping planes can be set to confine the current view to a selection of scene locations. To

Plug-to-plug driving

Sometimes, you want one plug's value to determine another plug's value. You could accomplish this with an Expression node and some Python, but today we'll show you