Page MenuHome

Image Info
ClosedPublic

Authored by Jeroen Bakker (jbakker) on May 31 2019, 3:11 PM.

Details

Summary

The image information for multilayer openexr files are only shown on the
first draw. In the second draw the render result property is filled of
the image, making blender think the image is a render result and it want
to display information about the renderpasses. Which are not present.

This change will display both information. We should investigate how to
actually detect if this is a render result or not as similar code is
present in the node_shader_buts_tex_environment_ex.

Diff Detail

Repository
rB Blender

Event Timeline

ima->rr is used for all multilayer images even if the name is RenderResult. Probably it does not exist at the time of drawing because it has not tried loading the image buffer yet, maybe because the main region draws before the sidebar.

This revision is now accepted and ready to land.May 31 2019, 6:55 PM
This revision was automatically updated to reflect the committed changes.