Eevee Viewport Z-Fighting different if affected objects are in different collections #129330
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#129330
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 552.44
Blender Version
Broken: version: 4.2.3 LTS, branch: blender-v4.2-release, commit date: 2024-10-14 15:20, hash:
0e22e4fcea03
Broken: version: 4.3.0 Beta, branch: blender-v4.3-release, commit date: 2024-10-21 16:47, hash:
5fff95f5193e
Worked: (newest version of Blender that worked as expected)
Short description of error
The Z-Fighting in attached video is different if the affected object (in video it's the ground plane) gets moved into another collection. To be more precise it is worse if fighting objects A and B are in the same collection and better if they are in different collections. When in different collections the z-fighting doesn't change anymore if collections change, as long as they are not in the same collection.
This behaviour (at least in my opinion) is a discrepancy to the docs, which suggest only a organizational relationship exists.
https://docs.blender.org/manual/en/latest/scene_layout/collections/collections.html:
I don't know why this difference of collection relationship happens, but it's kind of annyoing. At first i thought it's the viewport rerendering, but then the visual appearance of the z-fighting would be different with each move of the object into a different collection, however the result is the same no matter if in collection A or B as long as not in Main.
Exact steps for others to reproduce the error
z-fighting-bug.blend
result (ground in Main):
result (ground in A):
result (ground in B (same as in A)):
I can confirm the change in the appearance of z-fighting when shifting objects around collections. But z-fighting is still there.
I'm just guessing here, but I suspect shifting objects up and down collections change the order in which some objects are rendered, which could lead to a difference in how the z-fighting artifacts appear.
In my testing, the issue isn't related to "In different collections vs the same collections". It's instead related to the order in which the objects are arranged in collections.
For example if you create a collection below
Main
and shift the ground object from main to that one, the Z fighting doesn't change. Same goes if you shiftMain
to the top of the outliner, then shift the ground object to a lower collection.Although there is a difference here, I do not believe this is a bug as we're in the realm of precision artifacts, where the outcome is a bit unpredictable. I will close this report.