EEVEE Pink/purple tint for principle shader in rendered mode only works fine in lookdev #83297
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#83297
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 8.1
Graphics card: AMD Radeon HD 7310
Blender Version
Broken:2.80-rc3 and 2.83.9
(example: 2.79b release)
(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)
Worked: (optional)
Short description of error
Principled BSDF gives out this pink/purple tint when connected to image texture in rendered mode in lookdev looks fine. It is not a missing texture issue I thought it could be a memory issue however I disabled everything else but motorcyclehelmet.obj from viewport as well as render the issue still persisted.
PS. This may be a duplicate thread since I found similar issue with Fix blender/blender#64363 but I do not know how to apply this fix to released versions of blender also I have been unable to find a version where this fix was applied since I also tried 2.83.9 version but still same problem.
rc.blend11.blend
Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).
Added subscriber: @xeromatic
Added subscriber: @pioverfour
Changed status from 'Needs Triage' to: 'Archived'
This is not a bug. It comes from the “Pro Lighting: Skies.001” node in the world shading nodes. It is used as background emission, but it is missing a texture and emits in magenta.
Since the helmet is the only specular object in the scene, it is the only one reflecting the environment in rendered view. You can delete the Pro Lighting node, fix it by finding the missing texture, or use an emission colour for the helmet, as you’ve done everywhere else. If you really want to use the Principled BSDF, you must fix the world node tree.
Also, normally .blend files can be simplified by removing most objects and disabling settings, until the problem reveals itself more clearly. A 155MB blend file is not really simplified enough for a bug report.
Thank you for the prompt response and explanation of problem I shall try different world settings just wanted to ensure it is not radeon related bug since I do not see the problem listed anywhere