Skip to content

Offset

Node icon
Transform

Shifts the image horizontally or vertically. With wrapping, pixels that go off one edge reappear on the opposite side.

Offset shifts the image horizontally and/or vertically. With Wrap enabled, pixels that move past one edge wrap around to the opposite side. Without wrapping, shifted areas are filled with transparent pixels.

A common use for Offset with wrapping is creating seamless textures: offset by 50% to bring the tile seams to the center of the image, then use a Paint node with Clone Stamp to paint over the seams. Use Tile Preview (T) in the Preview panel to check the result; it shows the image tiled in a grid without modifying the output.

Pins

ImageImage
InputOptional
AlphaMask
InputOptional
ImageImage
Output
AlphaMask
Output

Transform

Offset XInteger · px/%
Default: 0 Range: -8192–8192 px / -100–100%

Horizontal offset. Positive = shift right

Offset YInteger · px/%
Default: 0 Range: -8192–8192 px / -100–100%

Vertical offset. Positive = shift down

WrapToggle
Default: true

When enabled, pixels that shift off one edge reappear on the opposite edge. When disabled, shifted area fills with transparency

  • Combine with Seamless Blend for a fully automated tileable texture pipeline.
  • Disable Wrap to slide an image within its canvas, which is useful for compositing alignment.
  • On an already-seamless image, Offset changes where the repeat point falls without breaking the tiling.