when the zooming in on the image editor removes meta data from the bottom left corner of the image. No meta data burnt into the image even if saving before zooming (while it's still on screen). #95869

Closed
opened 2022-02-18 12:46:04 +01:00 by michael campbell · 21 comments

System Information
Operating system: Windows-10-10.0.19042-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12

Blender Version
Broken: version: 3.1.0 Beta, branch: master, commit date: 2022-02-15 19:40, hash: 53fe4f62fe
Worked: (newest version of Blender that worked as expected)

Short description of error
when the zooming in on the image editor removes meta data from the bottom left corner of the image. No meta data burnt into the image even if saving before zooming (while it's still on screen).

If the image editor is toggled to full screen before rendering then the meta data doesnt dissapear when zooming and the meta data is saved to the jpg when saving from the image editors save image option.

after render:
image.png

after zoom:
image.png

settings to get the meta data onto the image:
image.png

**System Information** Operating system: Windows-10-10.0.19042-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12 **Blender Version** Broken: version: 3.1.0 Beta, branch: master, commit date: 2022-02-15 19:40, hash: `53fe4f62fe` Worked: (newest version of Blender that worked as expected) **Short description of error** when the zooming in on the image editor removes meta data from the bottom left corner of the image. No meta data burnt into the image even if saving before zooming (while it's still on screen). If the image editor is toggled to full screen before rendering then the meta data doesnt dissapear when zooming and the meta data is saved to the jpg when saving from the image editors save image option. after render: ![image.png](https://archive.blender.org/developer/F12873043/image.png) after zoom: ![image.png](https://archive.blender.org/developer/F12873048/image.png) settings to get the meta data onto the image: ![image.png](https://archive.blender.org/developer/F12873050/image.png)

Added subscriber: @3di

Added subscriber: @3di
Member

Added subscriber: @Jeroen-Bakker

Added subscriber: @Jeroen-Bakker
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Cannot reproduce here

**System Information**
Operating system: Linux-5.13.0-0.rc6.45.fc35.x86_64-x86_64-with-glibc2.34.9000 64 Bits
Graphics card: NVIDIA GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.44
version: 3.1.0 Beta, branch: master, commit date: 2022-02-15 19:40, hash: `rB53fe4f62feae`
Cannot reproduce here ``` **System Information** Operating system: Linux-5.13.0-0.rc6.45.fc35.x86_64-x86_64-with-glibc2.34.9000 64 Bits Graphics card: NVIDIA GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.44 version: 3.1.0 Beta, branch: master, commit date: 2022-02-15 19:40, hash: `rB53fe4f62feae` ```

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

Also can't reproduce.

Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65

@3di Can you check if this happens when you load factory settings to exclude influence of addons and app handlers that may modify data after rendering?

Also can't reproduce. Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65 @3di Can you check if this happens when you load factory settings to exclude influence of addons and app handlers that may modify data after rendering?

ah actually, i'm using turbo tools, which replaces the render layer node with the cached render which was saved out to multilayer exr via output file in the post render handler. So I guess the file output node discards the meta data........but why does it get saved into the exr when in full screen...hmm.

ah actually, i'm using turbo tools, which replaces the render layer node with the cached render which was saved out to multilayer exr via output file in the post render handler. So I guess the file output node discards the meta data........but why does it get saved into the exr when in full screen...hmm.

close down if you want 👍

close down if you want 👍

Thanks for info. Does that mean, that without addon this issue doesn't happen then?

If so, it would be best if you report this to addon developers, so they can check their code and eventually report the issue to us with reproducible example. It could be bug on either side, but I can't really tell from this report.

Thanks for info. Does that mean, that without addon this issue doesn't happen then? If so, it would be best if you report this to addon developers, so they can check their code and eventually report the issue to us with reproducible example. It could be bug on either side, but I can't really tell from this report.

I'm the dev, but the code functions identically in full screen as it does when not, so if it were addon related, it should fail to keep the meta data in both instances.

I think the odd thing is that it's working in full screen, because I wouldn't expect the file output node to be able to store the meta data (only the composite node should store it to the best of my knowledge). So why the file output node stores the meta data in full screen is a mystery.

Close it down for now though. I'll go through it with a fine tooth comb to make absolutely sure it's not something in my code.

Weird though:2022-02-22 21-03-03.mp4

I'm the dev, but the code functions identically in full screen as it does when not, so if it were addon related, it should fail to keep the meta data in both instances. I think the odd thing is that it's working in full screen, because I wouldn't expect the file output node to be able to store the meta data (only the composite node should store it to the best of my knowledge). So why the file output node stores the meta data in full screen is a mystery. Close it down for now though. I'll go through it with a fine tooth comb to make absolutely sure it's not something in my code. Weird though:[2022-02-22 21-03-03.mp4](https://archive.blender.org/developer/F12883397/2022-02-22_21-03-03.mp4)

Just found the cause. If you refresh any image datablock, even though the image editor is showing the render result, the meta data gets removed for some reason. In full screen I guess for some reason the meta data doesn't get lost when an image data block is refreshed/reloaded etc.

I guess the report should be left open and retitled as 'refreshing image datablocks destroys meta data in render output'?

2022-02-22 21-44-45.mp4

Just found the cause. If you refresh any image datablock, even though the image editor is showing the render result, the meta data gets removed for some reason. In full screen I guess for some reason the meta data doesn't get lost when an image data block is refreshed/reloaded etc. I guess the report should be left open and retitled as 'refreshing image datablocks destroys meta data in render output'? [2022-02-22 21-44-45.mp4](https://archive.blender.org/developer/F12883433/2022-02-22_21-44-45.mp4)

it's not a massive problem to be honest if you want to close it down. It still gets saved out during animation, it's just annoying if the user has rendered a still image and then wants to manually save the image from the image editor with the meta data. I imagine it would be a quick fix to not discard it from the image editor when updating non related image blocks though....I'll leave it with you 👍

it's not a massive problem to be honest if you want to close it down. It still gets saved out during animation, it's just annoying if the user has rendered a still image and then wants to manually save the image from the image editor with the meta data. I imagine it would be a quick fix to not discard it from the image editor when updating non related image blocks though....I'll leave it with you 👍

Not sure if that is the root cause, Can't reproduce issue here at least.
2022-03-01 02-12-08.mp4

Not sure if that is the root cause, Can't reproduce issue here at least. [2022-03-01 02-12-08.mp4](https://archive.blender.org/developer/F12891827/2022-03-01_02-12-08.mp4)

try zooming in on the image editor after refreshing.

try zooming in on the image editor after refreshing.

I am pretty sure I did that and other sort of fuzzing I would think that could trigger this. Is this still hapenning on your end?

I am pretty sure I did that and other sort of fuzzing I would think that could trigger this. Is this still hapenning on your end?

This issue was referenced by b891c72d2d

This issue was referenced by b891c72d2da6c0e04569baac32da23c8b736aacf
Member

@3di : did the situation possibly improve after {b891c72d2d}?

@3di : did the situation possibly improve after {b891c72d2d}?

yes, seems to be fine now thanks.

yes, seems to be fine now thanks.
Member

Changed status from 'Needs User Info' to: 'Resolved'

Changed status from 'Needs User Info' to: 'Resolved'
Philipp Oeser self-assigned this 2022-05-09 13:16:26 +02:00
Member

In #95869#1354584, @3di wrote:
yes, seems to be fine now thanks.

Glad to hear, closing then

> In #95869#1354584, @3di wrote: > yes, seems to be fine now thanks. Glad to hear, closing then
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser Project (Legacy)
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#95869
No description provided.