Blender Git Commit Log
Git Commits -> Revision bf725bb
Revision bf725bb by Manuel Castilla (compositor-full-frame) August 12, 2021, 20:00 (GMT) |
Compositor: Full frame Glare node Due to current limitation of scaling up causing cropping, quality is always "High" independently of the selected one. This will be fixed once scaling is implemented with canvas adjustment. |
Commit Details:
Full Hash: bf725bbb92df7be5729c1ece92a2ca2c8415a9bb
Parent Commit: ae8e9c6
Lines Changed: +84, -4
4 Modified Paths:
/source/blender/compositor/operations/COM_GlareBaseOperation.cc (+36, -0) (Diff)
/source/blender/compositor/operations/COM_GlareBaseOperation.h (+10, -0) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.cc (+32, -2) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.h (+6, -2) (Diff)
/source/blender/compositor/operations/COM_GlareBaseOperation.h (+10, -0) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.cc (+32, -2) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.h (+6, -2) (Diff)