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
- Build the move.
- Chain freely — the engine composes the chain into one matrix and one resample.
- Turn on
motionblurand setshutterto blur the transform itself, not the footage.
Inputs
| Input | What it takes |
|---|---|
| in | the image this node works on |
Outputs
| Output | Type |
|---|---|
| out | Image |
Parameters
| Parameter | Type | Default | What it does |
|---|---|---|---|
| translate | Float2 | [0.0, 0.0] | Position offset in pixels. |
| rotate | Float | 0 | Rotation in degrees around the centre. |
| scale | Float2 | [1.0, 1.0] | Size multiplier around the centre. |
| skew | Float2 | [0.0, 0.0] | Shears the image around the centre. |
| center | Float2 | [0.0, 0.0] | The pivot rotation and scale happen around. |
| filter | Choice | bilinear | The resampling filter. Cubic for general work; impulse to keep hard pixels. |
| motionblur | Float | 0 | Not documented yet. |
| shutter | Float | 0.5 | Not documented yet. |
| shutter_offset | Choice | centred | Not documented yet. |
Since
25 Aug 2026 — motion blur