Page MenuHome

Compositor: Full frame output nodes
ClosedPublic

Authored by Manuel Castilla (manzanilla) on Jul 30 2021, 9:59 PM.

Details

Summary

Adds full frame implementation to "Composite", "File Output" and
"Split Viewer" nodes.
The other nodes in "Output" submenu are implemented separately.
No functional changes.


Note:
These nodes are very similar to already reviewed nodes. The patch
is meant for a quick look before committing.

Diff Detail

Repository
rB Blender
Branch
cmp-nodes-output (branched from master)
Build Status
Buildable 16178
Build 16178: arc lint + arc unit

Event Timeline

Manuel Castilla (manzanilla) requested review of this revision.Jul 30 2021, 9:59 PM
Manuel Castilla (manzanilla) created this revision.
Jeroen Bakker (jbakker) requested changes to this revision.Aug 2 2021, 9:12 AM
Jeroen Bakker (jbakker) added inline comments.
source/blender/compositor/operations/COM_SplitOperation.cc
88

We could hide this in its own function. COM_data_type_bytes_len

This revision now requires changes to proceed.Aug 2 2021, 9:12 AM
  • Create COM_data_type_bytes_len function and use it
Manuel Castilla (manzanilla) marked an inline comment as done.Aug 2 2021, 8:24 PM
This revision is now accepted and ready to land.Aug 3 2021, 8:15 AM
This revision was automatically updated to reflect the committed changes.