Page MenuHome

Compositor: Full frame Viewer node
ClosedPublic

Authored by Manuel Castilla (manzanilla) on Jun 25 2021, 12:40 AM.

Details

Summary

Adds full frame implementation to this node operation.
No functional changes.
No performance changes.

Diff Detail

Repository
rB Blender
Branch
cmp-node-viewer (branched from master)
Build Status
Buildable 15628
Build 15628: arc lint + arc unit

Event Timeline

Manuel Castilla (manzanilla) requested review of this revision.Jun 25 2021, 12:40 AM
Manuel Castilla (manzanilla) created this revision.
Jeroen Bakker (jbakker) requested changes to this revision.Jul 5 2021, 9:14 AM
Jeroen Bakker (jbakker) added inline comments.
source/blender/compositor/operations/COM_ViewerOperation.cc
181

Not sure about this one. One thread can remove data that another thread is using.

This revision now requires changes to proceed.Jul 5 2021, 9:14 AM
  • For clarity use MemoryBuffer only when needed

In this case MemoryBuffer is only a wrapper because it has not created the raw buffer. Doesn't delete it.

Manuel Castilla (manzanilla) marked an inline comment as done.Jul 7 2021, 1:41 PM
This revision is now accepted and ready to land.Jul 19 2021, 10:08 AM
This revision was automatically updated to reflect the committed changes.