Image.has_data, does not return consistent value until the image is updated. #86777

Closed
opened 2021-03-21 00:51:31 +01:00 by Andrea · 5 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40

Blender Version
Broken: version: 2.92.0, branch: master, commit date: 2021-02-24 16:25, hash: 02948a2cab
Worked: (newest version of Blender that worked as expected)

Short description of error
The image.has_data method does not correctly return the reality of the facts.
As long as the image is not displayed, or updated via python and the image.update () function will always return False.

Exact steps for others to reproduce the error
Open the attached project, run the script (Once at each startup)
Open the system console, notice that after the img.update () function has_data will be True.

To test differently,
Restart project, open the Blender console and check image.has_data, (It will return False)
Now change the "Info" window to "Image Editor" and choose the image we are testing.
Then the image will be updated and consequently img.has_data will be True
has_data test.blend

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40 **Blender Version** Broken: version: 2.92.0, branch: master, commit date: 2021-02-24 16:25, hash: `02948a2cab` Worked: (newest version of Blender that worked as expected) **Short description of error** The image.has_data method does not correctly return the reality of the facts. As long as the image is not displayed, or updated via python and the image.update () function will always return False. **Exact steps for others to reproduce the error** Open the attached project, run the script (Once at each startup) Open the system console, notice that after the img.update () function has_data will be True. To test differently, Restart project, open the Blender console and check image.has_data, (It will return False) Now change the "Info" window to "Image Editor" and choose the image we are testing. Then the image will be updated and consequently img.has_data will be True [has_data test.blend](https://archive.blender.org/developer/F9901659/has_data_test.blend)
Author

Added subscriber: @Andrew_D-1

Added subscriber: @Andrew_D-1
Andrea changed title from Image.has_data, does not return consistent Booleans until the image is updated. to Image.has_data, does not return consistent value until the image is updated. 2021-03-21 00:52:34 +01:00
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Looks like #73761 (Images appended from disk do not have data), no?

Looks like #73761 (Images appended from disk do not have data), no?
Member

So, having another look at #73761, this really looks like these are duplicates.

has_data will tell you if the images is loaded/cached into memory, this is not always the case (but to me, this all looks like it is working as intended).
Will merge with #73761, if there are any more issues, feel free to comment in that report.

So, having another look at #73761, this really looks like these are duplicates. `has_data` will tell you if the images is loaded/cached into memory, this is not always the case (but to me, this all looks like it is working as intended). Will merge with #73761, if there are any more issues, feel free to comment in that report.
Member

Closed as duplicate of #73761

Closed as duplicate of #73761
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
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
2 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#86777
No description provided.