LuxCoreRender / BlendLuxCore

Blender Integration for LuxCore
GNU General Public License v3.0
727 stars 91 forks source link

Dark borders with background image plugin #136

Open Theverat opened 6 years ago

Theverat commented 6 years ago

https://forums.luxcorerender.org/viewtopic.php?f=4&p=3090#p3090

Edges.blend.zip

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/57218335-dark-borders-with-background-image-plugin?utm_campaign=plugin&utm_content=tracker%2F80143047&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F80143047&utm_medium=issues&utm_source=github).
Theverat commented 6 years ago

Apparently Blender does not expect premultiplied alpha in the rendered image.

With premultiplied alpha we get dark borders in the compositor. This is an imagepipeline without the premultiplied alpha plugin:

scrn_2018-04-20_22-34-23

However, I still have to find out how to best solve the problem inside the LuxCore imagepipeline (without Blender compositor).