Node Wrangler addon : No node_tree for my reroute #75689
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#75689
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-6.3.9600-SP0 64 Bits
Graphics card: GeForce GTX 860M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.75
Blender Version
Broken: version: 2.83 (sub 13), branch: master, commit date: 2020-04-11 15:16, hash:
blender/blender@85de07e64c
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Node Wrangler (3, 36)
Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer
Short description of error
When you edit a nodegroup, if the nodegroup is not the active node and you want to add a reroute in the group it raises an error :
Exact steps for others to reproduce the error
Open the file, enable the Node Wrangler addon, and try to add a reroute to the invert node.
NoRerouteError.blend
Thanks
Added subscriber: @Jean-YvesGrosbeau
No relation with the node wrangler addon but as reported in blender/blender#75680, when you open the attached blend file you can see the nodegroup user count is false.
Added subscriber: @OmarEmaraDev
Changed status from 'Needs Triage' to: 'Needs User Info'
@Jean-YvesGrosbeau Do I understand correctly that the error only occurs in this file because it was corrupt by blender/blender#75680?
No there is nothing to do with blender/blender#75680. It happens e.g. , when you have several node editors in your interface at the same time, and in one of them you have a nodegroup in edit mode and in the other node editor another node, which is not a group, is selected. So when you try to add the reroute in the group in edit mode the code try to edit to the selected node which is not the nodegroup in which you want to add the reroute.
Changed status from 'Needs User Info' to: 'Confirmed'
Fixed by
0bc87fda6
.