Blender Git Loki
Git Commits -> Revision 19691e3
Revision 19691e3 by Jeroen Bakker (master) June 4, 2019, 13:14 (GMT) |
Image Info 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. It could be that in the first draw the image data is not requested as the buttons are drawn, before the main area 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`. Reviewed By: brecht Maniphest Tasks: T65345 Differential Revision: https://developer.blender.org/D4987 |
Commit Details:
Full Hash: 19691e3ae2ec97ede5d2973e1e055b027474bbdb
Parent Commit: 7484ed9
Lines Changed: +7, -7
1 Modified Path:
/source/blender/editors/space_image/image_buttons.c (+7, -7) (Diff)