Skip to content

Nodes · Transform

Transform

Transformv2coreConcat: Xform

Overview

Translate, rotate, scale and skew, with a filter set that includes real Mitchell and Lanczos kernels. Transforms concatenate: a chain of them resamples once.

How to

  1. Build the move.
  2. Chain freely — the engine composes the chain into one matrix and one resample.
  3. Turn on motionblur and set shutter to blur the transform itself, not the footage.

Inputs

InputWhat it takes
inthe image this node works on

Outputs

OutputType
outImage

Parameters

ParameterTypeDefaultWhat it does
translateFloat2[0.0, 0.0]Position offset in pixels.
rotateFloat0Rotation in degrees around the centre.
scaleFloat2[1.0, 1.0]Size multiplier around the centre.
skewFloat2[0.0, 0.0]Shears the image around the centre.
centerFloat2[0.0, 0.0]The pivot rotation and scale happen around.
filterChoicebilinearThe resampling filter. Cubic for general work; impulse to keep hard pixels.
motionblurFloat0Not documented yet.
shutterFloat0.5Not documented yet.
shutter_offsetChoicecentredNot documented yet.

Since

25 Aug 2026 — motion blur