Blender Git Statistics -> Branches -> temp-compositor-patches

"Temp-compositor-patches" branch

Total commits : 4
Total committers : 1
First Commit : September 28, 2021
Latest Commit : September 28, 2021


Commits by Date

DateNumber of Commits
September 28, 20214

Committers

AuthorNumber of Commits
Manuel Castilla4

Popular Files

FilenameTotal Edits
COM_defines.h3
COM_TranslateOperation.cc2
COM_ScaleOperation.cc2
COM_NodeOperation.cc2
COM_VariableSizeBokehBlurOperation.cc2
COM_BokehBlurOperation.cc2
COM_ScreenLensDistortionOperation.cc2
COM_GlareThresholdOperation.h2
COM_NodeOperationBuilder.cc2
COM_ViewerOperation.cc2

Latest commits Feed

September 28, 2021, 18:29 (GMT)
Cleanup: Remove XRange and YRange in Compositor

Mostly unused and originally meant for areas with positive values.
With canvas compositing areas position may be negative.
September 28, 2021, 18:29 (GMT)
Compositor: Full frame Glare node

Part of T88150.
September 28, 2021, 18:29 (GMT)
Compositor: Replace resolution concept by canvas

This is a code refactor in preparation of supporting canvas
compositing. See {D12466}.

No functional changes, all canvases are at (0,0) position matching
tiled implementation.

Differential Revision: https://developer.blender.org/D12465
September 28, 2021, 18:29 (GMT)
Compositor: Add support for canvas compositing

This patch adds functionality for operations that require pixel
translation or resizing on "Full Frame" mode, allowing to adjust
their canvas. It fixes most cropping issues in translate, scale,
rotate and transform nodes by adjusting their canvas to the result,
instead of the input canvas.

Operations output buffer is still always on (0,0) position for
easier image algorithm implementation, even when the
canvas is not.

Current limitations (will be addressed on bcon2):
- Displayed translation in Viewer node is limited to 6000px.
- When scaling up the canvas size is limited to the
scene resolution size x 1.5 . From that point it crops.

If none of these limitations are hit, the Viewer node displays
the full input with any translation.

Differential Revision: https://developer.blender.org/D12466

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021