Maniphest T91506

does not process the composer
Closed, Duplicate

Assigned To
None
Authored By
Alexey (pseudoua)
Sep 18 2021, 9:15 PM
Tags
  • BF Blender
  • Compositing
Subscribers
Alexey (pseudoua)
Richard Antalik (ISS)

Description


System Information
Operating system: Windows 10 Home 64
Graphics card: 3080ti 12g

Blender Version
Broken:
2.93.4, branch: master, commit date: 2021-08-31 09:23, hash: b7205031cec4, type: release
3.0.0 Alpha, branch: master, commit date: 2021-09-06 16:56, hash: d7d8eb7de468, type: release
Worked: (newest version of Blender that worked as expected)

Short description of error
does not process the composer
F12 - on Open Project - OK
Ctrl-F12 - output files without composer processing

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

Related Objects

Mentioned Here
rBb7205031cec4: Version bump: 2.93.4-release

Event Timeline

Alexey (pseudoua) created this task.Sep 18 2021, 9:15 PM
Alexey (pseudoua) updated the task description.Sep 18 2021, 9:17 PM
Alexey (pseudoua) added projects: Compositing, Render & Cycles.Sep 18 2021, 9:31 PM
Alexey (pseudoua) removed a project: Render & Cycles.Sep 18 2021, 10:20 PM
Richard Antalik (ISS) added a subscriber: Richard Antalik (ISS).Sep 29 2021, 6:33 PM

There are 2 issues - you are writing output image with node to same location as render, but ths is not causing problems. The problem is caused by glare node with combination of PNG output format. Glare node causes image to have pure emissive colors which are not supported by PNG. You should use format like OpenEXR.

Alternatively you can mask this area and override alpha yourself, or apply greenscreen to convert pure emissive colors to normal transparency.