Create Vintage Lens
create_vintage_lensApply a vintage analog-film aesthetic to any TOP by chaining barrel distortion, chromatic aberration, vignette, and film grain effects using era presets.
Instructions
Drape a vintage analog-film aesthetic over any TOP in one call. Chains barrel/pincushion lens distortion → chromatic aberration → vignette → film grain as four inline GLSL passes inside a new baseCOMP. Era presets (super8, vhs, 16mm, 80s_camcorder) load era-correct strength defaults; any per-param override wins. Returns a standard Layer 1 envelope with container path, node paths, output path, preview image, warnings, and the resolved strength values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_path | No | Parent network where the vintage-lens container is created (default '/project1'). | /project1 |
| name | No | Name suffix for the baseCOMP (default 'vintage_lens'). | vintage_lens |
| source_top_path | Yes | Path of the existing TOP to grade (e.g. '/project1/render1'). | |
| era | No | Era preset that sets default strength values; per-param overrides win. | super8 |
| distortion_strength | No | Barrel-distortion coefficient (UV warped from center). Overrides preset. | |
| ca_strength | No | RGB-split offset magnitude (radial from center). Overrides preset. | |
| vignette_strength | No | Edge darkening amount; 0 disables. Overrides preset. | |
| grain_amount | No | Per-pixel noise amplitude. Overrides preset. |