Adds full frame implementation to this node operation.
No functional changes.
No performance changes.
Details
Details
- Reviewers
Jeroen Bakker (jbakker) - Commits
- rB300fe84bf0ad: Compositor: Full frame Viewer node
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- cmp-node-viewer (branched from master)
- Build Status
Buildable 15423 Build 15423: arc lint + arc unit
Event Timeline
| source/blender/compositor/operations/COM_ViewerOperation.cc | ||
|---|---|---|
| 191 | Not sure about this one. One thread can remove data that another thread is using. | |
Comment Actions
In this case MemoryBuffer is only a wrapper because it has not created the raw buffer. Doesn't delete it.