Apparent mesh artifacts in shadow areas with EEVEE-Next Viewport and Renders #117998

Closed
opened 2024-02-08 16:24:02 +01:00 by Derek Chaplin · 8 comments

System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: AMD Radeon(TM) Graphics ATI Technologies Inc. 4.6.0 Core Profile Context 23.10.2.231013
Processor AMD Ryzen 7 7735HS with Radeon Graphics 3.20 GHz
Installed RAM 32.0 GB (28.7 GB usable)

Blender Version
Broken: version: 4.1.0 Beta, branch: blender-v4.1-release, commit date: 2024-02-08 00:10, hash: 4a50f1d4ee9a
Worked: n/a since this is 1st version I've used to include EEVEE-Next.

Short description of error
There are visible (mesh?) lines in Shadow areas when using EEVEE-Next. Does not show up in any other render methods

Exact steps for others to reproduce the error

  1. Load the Blend file and select Rendered Viewport.

[Based on the default startup or an attached .blend file (as simple as possible)]

**System Information** Operating system: Windows-10-10.0.22631-SP0 64 Bits Graphics card: AMD Radeon(TM) Graphics ATI Technologies Inc. 4.6.0 Core Profile Context 23.10.2.231013 Processor AMD Ryzen 7 7735HS with Radeon Graphics 3.20 GHz Installed RAM 32.0 GB (28.7 GB usable) **Blender Version** Broken: version: 4.1.0 Beta, branch: blender-v4.1-release, commit date: 2024-02-08 00:10, hash: `4a50f1d4ee9a` Worked: n/a since this is 1st version I've used to include EEVEE-Next. **Short description of error** There are visible (mesh?) lines in Shadow areas when using EEVEE-Next. Does not show up in any other render methods **Exact steps for others to reproduce the error** 1. Load the Blend file and select Rendered Viewport. [Based on the default startup or an attached .blend file (as simple as possible)]
Derek Chaplin added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2024-02-08 16:24:03 +01:00
Member

Hi, thanks for the report. Could you share viewport screenshots? I'm not seeing any incorrect shadow/lights.
Possibly related: #114290

Hi, thanks for the report. Could you share viewport screenshots? I'm not seeing any incorrect shadow/lights. Possibly related: #114290
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2024-02-09 07:10:28 +01:00
Author

Screen shots

Screen shots
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2024-02-09 15:47:16 +01:00
Blender Bot added
Status
Needs Triage
and removed
Status
Archived
labels 2024-02-10 07:05:39 +01:00

I can not confirm issue in 4.2.
Also, EEVEE-Next is still experimental right now.

I can not confirm issue in 4.2. Also, EEVEE-Next is still experimental right now.
Member

Thanks. Unable to confirm when rendered on AMD iGPU. Can you check console for errors?: Window > Toggle System Console
Also check whether iGPU drivers are up-to-date.
Does your system also have a dedicated GPU?

Thanks. Unable to confirm when rendered on AMD iGPU. Can you check console for errors?: `Window > Toggle System Console` Also check whether iGPU drivers are up-to-date. Does your system also have a dedicated GPU?
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2024-02-12 10:17:49 +01:00
Author

In answer to your questions:

  • My system has an AMD Ryzen 7 7735HS APU with integrated AMD Radeon™ 680M GPU
  • Here is a dump of the System Console after startup:
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main\icon_manager.py", line 61, in batch_from_coords
    shader = Shaders.uniform_color_2d()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main\shaders.py", line 16, in uniform_color_2d
    return gpu.shader.from_builtin("2D_UNIFORM_COLOR")
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ValueError: expected a string in ('FLAT_COLOR', 'IMAGE', 'IMAGE_COLOR', 'SMOOTH_COLOR', 'UNIFORM_COLOR', 'POLYLINE_FLAT_COLOR', 'POLYLINE_SMOOTH_COLOR', 'POLYLINE_UNIFORM_COLOR'), got '2D_UNIFORM_COLOR'
    register_class(...):
    Info: Registering operator class: 'OBJECT_OT_AlignOperator', bl_idname 'object.align' has been registered before, unregistering previous
    A new version of speedflow is available
    Update
    CAD_Sketcher-main:{INFO}: Logging into: C:\Users\Derek\AppData\Local\Temp\CAD_Sketcher-main.log
    Exception in module register(): C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main_init_.py
    Traceback (most recent call last):
    File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\addon_utils.py", line 444, in enable
    mod.register()
    File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main_init_.py", line 108, in register
    theme.register()
    File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main\theme.py", line 138, in register
    bpy.utils.register_class(ThemeSettingsEntity)
    ValueError: register_class(...): already registered as a subclass 'ThemeSettingsEntity'

After loading the Axiom-Stylus 90 bend.blend model there is one additoonal; entry:
Read blend: "E:\Dropbox___AJ____MARKETING\Press 3D models\Axiom-Stylus-FlexFlow\Axiom-Stylus 90 bend.blend"

In answer to your questions: - My system has an AMD Ryzen 7 7735HS APU with integrated AMD Radeon™ 680M GPU - Here is a dump of the System Console after startup: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main\icon_manager.py", line 61, in batch_from_coords shader = Shaders.uniform_color_2d() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main\shaders.py", line 16, in uniform_color_2d return gpu.shader.from_builtin("2D_UNIFORM_COLOR") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: expected a string in ('FLAT_COLOR', 'IMAGE', 'IMAGE_COLOR', 'SMOOTH_COLOR', 'UNIFORM_COLOR', 'POLYLINE_FLAT_COLOR', 'POLYLINE_SMOOTH_COLOR', 'POLYLINE_UNIFORM_COLOR'), got '2D_UNIFORM_COLOR' register_class(...): Info: Registering operator class: 'OBJECT_OT_AlignOperator', bl_idname 'object.align' has been registered before, unregistering previous A new version of speedflow is available Update CAD_Sketcher-main:{INFO}: Logging into: C:\Users\Derek\AppData\Local\Temp\CAD_Sketcher-main.log Exception in module register(): C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main\__init__.py Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\addon_utils.py", line 444, in enable mod.register() File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main\__init__.py", line 108, in register theme.register() File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\CAD_Sketcher-main\theme.py", line 138, in register bpy.utils.register_class(ThemeSettingsEntity) ValueError: register_class(...): already registered as a subclass 'ThemeSettingsEntity' After loading the Axiom-Stylus 90 bend.blend model there is one additoonal; entry: Read blend: "E:\Dropbox\___AJ\____MARKETING\Press 3D models\Axiom-Stylus-FlexFlow\Axiom-Stylus 90 bend.blend"
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2024-02-14 16:25:36 +01:00
Member

Thanks. Just CAD_Sketcher add-on errors I'm seeing. Might be irrelevant but could you confirm the shadow artifacts after factory reset: File > Defaults > Load Factory Settings -> ctrl + o -> open affected file.

Thanks. Just `CAD_Sketcher` add-on errors I'm seeing. Might be irrelevant but could you confirm the shadow artifacts after factory reset: `File > Defaults > Load Factory Settings` -> ctrl + o -> open affected file.
Blender Bot added
Status
Needs Triage
and removed
Status
Archived
labels 2024-02-15 05:02:22 +01:00
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2024-02-15 05:02:33 +01:00
Author

OK I reset to factory defaults and the results are the same with EEVEE Next render view

OK I reset to factory defaults and the results are the same with EEVEE Next render view
Pratik Borhade added
Status
Needs Triage
and removed
Status
Needs Information from User
labels 2024-02-22 07:26:46 +01:00
Philipp Oeser added the
Interest
EEVEE & Viewport
Interest
EEVEE
labels 2024-03-26 15:44:07 +01:00

Fixed by #121088

Fixed by #121088
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2024-04-27 15:23:50 +02: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#117998
No description provided.