Can't control image transparency #80863

Open
opened 2020-09-17 01:30:54 +02:00 by tempo Blend · 10 comments

System Information
System:

Kernel: 5.4.64-1-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.0 
Desktop: GNOME 3.36.6 Distro: Manjaro Linux

CPU:

Topology: Dual Core model: Intel Core M-5Y10c bits: 64 type: MT MCP 
arch: Broadwell rev: 4 L2 cache: 4096 KiB 
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
bogomips: 7981 
Speed: 798 MHz min/max: 500/2000 MHz Core speeds (MHz): 1: 798 2: 798 

3: 798 4: 798
Graphics:

Device-1: Intel HD Graphics 5300 vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
Display: x11 server: X.org 1.20.8 driver: intel unloaded: modesetting 
resolution: <xdpyinfo missing> 
OpenGL: renderer: Mesa Intel HD Graphics 5300 (BDW GT2) v: 4.6 Mesa 20.1.7 
direct render: Yes 

Blender Version
Broken: Blender 2.90.0
build date: 2020-09-04
build time: 21:14:50
build commit date: 2020-08-31
build commit time: 11:26
build hash: 0330d1af29
build platform: Linux
build type: Release

I've also tested on 2.83 from the site, and some appimages i found on github of 2.9 and 2.83 it did not work on any of those.

Short description of error
Can't control transparency of images on this machine, the image keeps the same transparency with every value except 0.0 where it completely disappears.
I've used blender on a different system (with different hardware and linux distro) and this error does not occur there, just to check I was pressing the right buttons.
I can control the transparency of the basic cube through Materials>Viewport Display>Color, so it's not problem with transparency in general

Exact steps for others to reproduce the error
Since this only happened on this system I can't give many details I just added a image (background or reference) and tried to control it's transparency
outBlender.png
Thanks for your time, have a nice day.

**System Information** System: ``` Kernel: 5.4.64-1-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.0 Desktop: GNOME 3.36.6 Distro: Manjaro Linux ``` CPU: ``` Topology: Dual Core model: Intel Core M-5Y10c bits: 64 type: MT MCP arch: Broadwell rev: 4 L2 cache: 4096 KiB flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 7981 Speed: 798 MHz min/max: 500/2000 MHz Core speeds (MHz): 1: 798 2: 798 ``` 3: 798 4: 798 Graphics: ``` Device-1: Intel HD Graphics 5300 vendor: Hewlett-Packard driver: i915 v: kernel bus ID: 00:02.0 Display: x11 server: X.org 1.20.8 driver: intel unloaded: modesetting resolution: <xdpyinfo missing> OpenGL: renderer: Mesa Intel HD Graphics 5300 (BDW GT2) v: 4.6 Mesa 20.1.7 direct render: Yes ``` **Blender Version** Broken: Blender 2.90.0 build date: 2020-09-04 build time: 21:14:50 build commit date: 2020-08-31 build commit time: 11:26 build hash: 0330d1af29c0 build platform: Linux build type: Release I've also tested on 2.83 from the site, and some appimages i found on github of 2.9 and 2.83 it did not work on any of those. **Short description of error** Can't control transparency of images on this machine, the image keeps the same transparency with every value except 0.0 where it completely disappears. I've used blender on a different system (with different hardware and linux distro) and this error does not occur there, just to check I was pressing the right buttons. I can control the transparency of the basic cube through Materials>Viewport Display>Color, so it's not problem with transparency in general **Exact steps for others to reproduce the error** Since this only happened on this system I can't give many details I just added a image (background or reference) and tried to control it's transparency ![outBlender.png](https://archive.blender.org/developer/F8890616/outBlender.png) Thanks for your time, have a nice day.
Author

Added subscriber: @tempoB

Added subscriber: @tempoB

Added subscriber: @mano-wii

Added subscriber: @mano-wii

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

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

Thanks for the report. This seems like a graphic driver issue. Please double-check if the drivers are up to date.

To upgrade to the latest driver, see here for more information: https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html

Also try run ./blender --debug-gpu > debug_gpu.txt from the command line, trigger the bug, and attach the resulting file here.
https://docs.blender.org/manual/en/latest/advanced/command_line/launch/linux.html
Most likely this will contain more information about the error.

Thanks for the report. This seems like a graphic driver issue. Please double-check if the drivers are up to date. To upgrade to the latest driver, see here for more information: https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html Also try run `./blender --debug-gpu > debug_gpu.txt` from the command line, trigger the bug, and attach the resulting file here. https://docs.blender.org/manual/en/latest/advanced/command_line/launch/linux.html Most likely this will contain more information about the error.
Author

@mano-wii I'm using the latest driver according to the package manager
Here's the debug-gpu debug_gpu.txt
I imported the image tried to change the transparency then exited blender.
This also appears on the command line:

~ >>> blender --debug-gpu > debug_gpu.txt                                                   
Using OpenGL 4.3 debug facilities
GL application marker: Successfully hooked OpenGL debug callback.

thanks for the information

@mano-wii I'm using the latest driver according to the package manager Here's the debug-gpu [debug_gpu.txt](https://archive.blender.org/developer/F8895394/debug_gpu.txt) I imported the image tried to change the transparency then exited blender. This also appears on the command line: ``` ~ >>> blender --debug-gpu > debug_gpu.txt Using OpenGL 4.3 debug facilities GL application marker: Successfully hooked OpenGL debug callback. ``` thanks for the information

The debug_gpu.txt does not display any warning or error messages :
This must be a mysterious bug in the driver.
I fear that none of the active developers have access to this hardware.
So I'm not sure if there is much that developers can do to help in this case.

The `debug_gpu.txt` does not display any warning or error messages :\ This must be a mysterious bug in the driver. I fear that none of the active developers have access to this hardware. So I'm not sure if there is much that developers can do to help in this case.
Author

It's okay thanks for the help

It's okay thanks for the help
Member

Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'

Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'

Added subscriber: @WCN

Added subscriber: @WCN

This happens for me too using the Iris driver with Intel UHD620 graphics.

It works as expected with the I965 driver.

$ blender /tmp/untitled.blend:

image.png

$ MESA_LOADER_DRIVER_OVERRIDE=i965 blender /tmp/untitled.blend:

image.png

It also works as expected in Blender 2.82a, even when using the Iris driver:

image.png

This happens for me too using the `Iris` driver with Intel UHD620 graphics. It works as expected with the `I965` driver. `$ blender /tmp/untitled.blend`: ![image.png](https://archive.blender.org/developer/F9351479/image.png) `$ MESA_LOADER_DRIVER_OVERRIDE=i965 blender /tmp/untitled.blend`: ![image.png](https://archive.blender.org/developer/F9351491/image.png) It also works as expected in Blender 2.82a, even when using the `Iris` driver: ![image.png](https://archive.blender.org/developer/F9351543/image.png)
Philipp Oeser removed the
Interest
EEVEE & Viewport
label 2023-02-09 15:14:30 +01:00
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
4 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#80863
No description provided.