Nodes · Blacksmith
BS_VectorWarp
Blacksmithv2core
Overview
Paint once, carry it everywhere. Routes from the reference frame to this one along the chain of baked hops that accumulates the least error, composes ONE map, and filters the source once.
How to
- Set
bake_pathand areferenceframe. - Set
outputtoerrorand read the heatmap before painting. - Paint on the reference frame with
hold_frameon. - For a long shot, list several
referencesand turn onmorph_keys.
Inputs
| Input | What it takes |
|---|---|
| in | the image this node works on |
| matte | the alpha that drives this node |
Outputs
| Output | Type |
|---|---|
| out | Image |
Parameters
| Parameter | Type | Default | What it does |
|---|---|---|---|
| bake_path | Text | String::new( | Not documented yet. |
| reference | Float | 1 | Not documented yet. |
| hold_frame | Bool | true | Not documented yet. |
| output | Choice | warped | Not documented yet. |
| references | Text | String::new( | Not documented yet. |
| stickiness | Float | 6 | Not documented yet. |
| morph_keys | Bool | false | Not documented yet. |
| bake_budget_mb | Float | 4096 | Not documented yet. |
| fade_in_occlusion | Bool | true | Not documented yet. |
| conf_floor | Float | 0.05 | Not documented yet. |
| edge | Choice | fade | Not documented yet. |
| untrackable | Text | String::new( | Not documented yet. |
| error_scale | Float | 4 | Not documented yet. |
| status | Text | String::new( | Not documented yet. |
Known edges
Held pixels fade rather than smear when fade_in_occlusion is on. A bake made at another resolution is refused by name rather than stretched over the plate.
Since
27 Aug 2026
See also
- The Blacksmith family — Tools that do a whole job instead of a whole operation.
- Vector Warp — How to paint once and carry it through the shot.