Adds full frame implementation to this node operations.
No functional changes.
No performances changes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- cmp-node-double-edge-mask (branched from master)
- Build Status
Buildable 15670 Build 15670: arc lint + arc unit
Event Timeline
| source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cc | ||
|---|---|---|
| 1416 | Why not directly write to output. Now it seems we copy it to a tmp buffer single threaded to copy it to the final buffer multi threaded. | |
Comment Actions
- Merge branch 'master' into cmp-node-double-edge-mask
- Write to output directly to avoid copying
Comment Actions
Just a note: we normally write the todos as TODO(manzanilla): So we know who owns the todo.