Node Wrangler Addon's "Connect to Cycles Viewer Node" broken In EEVEE by rBA8130de948d78 #73768
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#73768
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.18362-SP0 64 Bits
Graphics card: GeForce GTX 470/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 388.13
Blender Version
Broken: version: 2.83 (sub 2), branch: master, commit date: 2020-02-12 19:49, hash:
blender/blender@9fe469c110
Worked: before
8130de948d
Short description of error
When using EEVEE and the Node Wrangler Addon,
Ctrl Shift LMB
to connect nodes to the Viewer Node only work on Shader Nodes. All other node types return this error instead:File "C:\blender-git\build_windows_x64_vc16_Release\bin\Release\2.83\scripts\addons\node_wrangler.py", line 1709, in invoke
intensity /= pow(2, (context.scene.view_settings.exposure)) # CM exposure is measured in stops/EVs (2^x)
1706 if context.scene.render.engine == 'CYCLES' and hasattr(context.scene, 'cycles'):
1707 intensity = 1/context.scene.cycles.film_exposure # Film exposure is a multiplier
1708
1709 intensity /= pow(2, (context.scene.view_settings.exposure)) # CM exposure is measured in stops/EVs (2^x)```
Exact steps for others to reproduce the error
Start Blender.
Make sure Node Wrangler is enabled.
Add a material to an object in the shader editor.
Add any node type except shader.
Ctrl Shift LMB
on the node.Added subscriber: @EAW
Added subscriber: @brecht
@brecht Adding you as a subscriber as
8130de948d
is your commit.Changed status from 'Needs Triage' to: 'Confirmed'
This issue was referenced by
9541def220
Changed status from 'Confirmed' to: 'Resolved'