Page MenuHome

[WIP] Compositor: Convert filter operations to full frame
AbandonedPublic

Authored by Manuel Castilla (manzanilla) on Apr 21 2021, 10:10 PM.

Details

Reviewers
None
Summary

Convert filter operations to full frame

Diff Detail

Repository
rB Blender
Branch
full-frame-filter-ops (branched from master)
Build Status
Buildable 14181
Build 14181: arc lint + arc unit

Event Timeline

Manuel Castilla (manzanilla) requested review of this revision.Apr 21 2021, 10:10 PM
Manuel Castilla (manzanilla) created this revision.
Manuel Castilla (manzanilla) retitled this revision from add vars and methods for easier image looping to [WIP] Compositor: Convert filter operations to full frame.Apr 21 2021, 10:11 PM
Manuel Castilla (manzanilla) edited the summary of this revision. (Show Details)
  • Convert bilateral blur, sun beams and glare operations to full frame
  • Implement BilateralBlurOperation get_input_area_of_interest
  • Convert gaussian blur operations

This has been mostly refactored into other patch using iterators
D12219: Compositor: Full frame filter nodes