August 26, 2021, 16:54 (GMT) |
Compositor: Initial support for canvas compositing |
August 26, 2021, 16:49 (GMT) |
Compositor: Replace resolution concept by canvas This is a code refactor in preparation of supporting canvas compositing and fix all cropping issues on full frame implementation. No functional changes, all canvases are at (0, 0) position matching tiled implementation. |
August 21, 2021, 17:36 (GMT) |
Merge branch 'master' into compositor-full-frame |
August 21, 2021, 10:36 (GMT) |
Compositor: Fix crash enabling buffer groups on full frame Full frame doesn't support this option as all operations are already buffered. UI option will be removed in the future. |
August 20, 2021, 15:12 (GMT) |
Compositor: Fix dilare erode reading input out of bounds Happened when output area was partial horizontally, for example when using a viewer border. |
August 20, 2021, 13:31 (GMT) |
Compositor: Do not register constant input areas for rendering If an input is only used as a constant it doesn't rendering because its already calculated after constant folding. |
August 20, 2021, 13:03 (GMT) |
Compositor: Fix plane distort operations incorrect areas of interest The original implementation doesn't work for all cases. |
August 20, 2021, 09:20 (GMT) |
Compositor: Fix plane track wrong area of interest calculations Perspective matrix in sample data was not initialized because corners were not calculated at that point of execution. |
August 20, 2021, 08:17 (GMT) |
Compositor: Fix incorrect area of interest in variable bokeh blur |
August 20, 2021, 07:54 (GMT) |
Compositor: Fix incorrect copying of uchar buffers Row stride and the area x coordinate offset were not taken into account. |
August 16, 2021, 17:13 (GMT) |
Compositor: Enable can_be_constant on vector nodes |
August 16, 2021, 17:13 (GMT) |
Compositor: Full frame Normalize node |
August 16, 2021, 17:12 (GMT) |
Compositor: Full frame Normal node |
August 16, 2021, 17:12 (GMT) |
Compositor: Full frame Map Value node |
August 16, 2021, 17:10 (GMT) |
Compositor: Full frame Map Range node |
August 15, 2021, 14:51 (GMT) |
Compositor: Enable can_be_constant on matte nodes where possible |
August 15, 2021, 14:33 (GMT) |
Compositor: Full frame Luminance Key node |
August 15, 2021, 14:02 (GMT) |
Compositor: Full frame Keying Screen node |
August 15, 2021, 10:10 (GMT) |
Compositor: Full frame Keying node |
August 13, 2021, 15:37 (GMT) |
Compositor: Full frame Distance Key node |
|