Crash when ctrl-shift-click with node-wrangler in pinned window #76226
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
6 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#76226
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: Linux-5.3.0-46-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: GeForce GT 630/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.116
Blender Version
Broken: version: 2.90 (sub 0), branch: master, commit date: 2020-04-26 22:57, hash:
blender/blender@13abd3784a
Worked: (newest version of Blender that worked as expected)
Short description of error
Crash when ctrl-shift-click with node-wrangler in pinned window
Exact steps for others to reproduce the error
Select an object which has nodes in the materials.
Pin the shading editor window,
(Select another object. -- @lichtwerk : wasnt neccessary in my tests...)
Ctrl-shift-click onto a node in the pinned view.
Crash?
Pinned-view-crash.blend
Added subscriber: @user1
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Confirmed'
Confirmed, checking...
Added subscriber: @Alaska
Can also recreate this same bug with 2.90 3ea67e08fe8e on Linux with a GTX 1050ti 440.64.
Added subscribers: @hlorus, @JacquesLucke, @GregZaal
Looks like this is caused by
8dbd8a8d92
(havent looked at code, seems like it exposes some blender bug?)
snode->id
is NULL hereCC @JacquesLucke
CC @hlorus
CC @GregZaal
The crash happens because the operator tries to set the nodetree and path of the shader editor space. This was used because nodes were removed by calling the operator nodes.delete which was rather hacky.
D7567 should fix this. Would be great if someone could double check.
This issue was referenced by
1bc96468a1
Changed status from 'Confirmed' to: 'Resolved'