Node Wrangler Ctrl Shift + LMB doesn't take Exposure into account #105065
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105065
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: Win11
Graphics card: 4090RTX
Blender Version
Broken: At least since 3.3.12
Worked: Not sure but 2.80 definitely
Short description of error
When you use CTRL + SHIFT + LMB on a node you can see its real values but even though Node Wrangler used to take exposure into account it unfortunately doesn't anymore.
It used to take into account if your exposure was 2.000 for example the strength would be 0.25 or something to that effect but now the Emission node is gone and it connects straight into the Surface Input of the Material Output.
What happens then is that the shown values are for example very dark when your scene is using Exposure -3.0 as is my case here.
Here is the original texture for anyone interested in Concrete Grime :)
Originally posted by @AdamPreisler in /blender/blender/issues/116190#issue-123391
I've noticed this as well recently, and looking at the commit history it seems the behavior changed in
4bf15a06f3
by D15350@JacquesLucke That patch seems to be an overall improvement, but as mentioned in the original comments we lost the exposure compensation. I find this to be a big flaw, since I almost always adjust scene exposure. It's necessary when trying to stick to real-world light values, then you need to change the exposure and NW's viewer function becomes worse than useless (it shows you the wrong values).
The original Emission Viewer code is my work, though I haven't been active in maintenance in years so I don't feel I have the right to make any decisions here. Just adding my voice that I prefer the old behavior, or at least Blender should take scene exposure into account when things are plugged straight into the material output.
On a related note, now that Blender natively supports things being plugged into the material output, why not add this as a native feature? The compositor natively has a viewer node system, so should the shader and geo nodes.
Hm, I didn't see the
Set brightness of viewer to compensate for Film and CM exposure
comment in the code that the commit removed..Adding native functionality for this can be discussed but is kind of out of scope here. Maybe someone can create a patch that adds the Emission node only when the exposure is not 1?
Damien Picard referenced this issue2024-01-17 18:14:16 +01:00