Node Wrangler Force Update Traceback Error #48094

Closed
opened 2016-04-09 17:36:51 +02:00 by Aaron Grosz · 25 comments

System Information
Windows 10 64bit, MSI GeForce 730

Blender Version
Broken: 2.77a abf6f08
Worked: 2.77

Short description of error
Using Node Wrangler switch node shortcut shift-s, or menu causes a traceback error as shown below. The replaced node still seems to work fine... Doesn't seem to have problems, although the popup is rather annoying.
2016-04-09 (2).png

**System Information** Windows 10 64bit, MSI GeForce 730 **Blender Version** Broken: 2.77a abf6f08 Worked: 2.77 **Short description of error** Using Node Wrangler switch node shortcut shift-s, or menu causes a traceback error as shown below. The replaced node still seems to work fine... Doesn't seem to have problems, although the popup is rather annoying. ![2016-04-09 (2).png](https://archive.blender.org/developer/F301697/2016-04-09__2_.png)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @BlenderHead

Added subscriber: @BlenderHead

#48724 was marked as duplicate of this issue

#48724 was marked as duplicate of this issue

#48152 was marked as duplicate of this issue

#48152 was marked as duplicate of this issue

blender/blender#48138 was marked as duplicate of this issue

blender/blender#48138 was marked as duplicate of this issue

#48488 was marked as duplicate of this issue

#48488 was marked as duplicate of this issue

#48220 was marked as duplicate of this issue

#48220 was marked as duplicate of this issue
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Seems to be caused by 1c9d5a8507

Seems to be caused by 1c9d5a8507
Greg Zaal was assigned by Aaron Carlisle 2016-04-09 20:35:20 +02:00

Added subscriber: @JimwwSmith

Added subscriber: @JimwwSmith
Author

Figured it out.
In line 1897, I changed 'force_update(context)' to 'hack_force_update(context, nodes)' as that was how it was used elsewhere in the file.

Figured it out. In line 1897, I changed 'force_update(context)' to 'hack_force_update(context, nodes)' as that was how it was used elsewhere in the file.
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

hack_force_update is old code, replaced recently by the simpler force_update method. Maybe 27da8e1f was lost in the 2.77a release?? This is the current version of the add-on straight from git, and it does indeed have the new function.

@BrendonMurphy maybe you know what's going on?

`hack_force_update` is old code, replaced recently by the simpler `force_update` method. Maybe 27da8e1f was lost in the 2.77a release?? [*This*](https://git.blender.org/gitweb/gitweb.cgi/blender-addons.git/blob_plain/HEAD:/node_wrangler.py) is the current version of the add-on straight from git, and it does indeed have the new function. @BrendonMurphy maybe you know what's going on?
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Member

Spoke with Brendon and Cambo on IRC, looks like that commit just got missed for 2.77a. If there's a 2.77b, it'll be fixed in there. Otherwise just download the latest version and replace your current one (/2.77/scripts/addons/node_wrangler.py) with that.

Spoke with Brendon and Cambo on IRC, looks like that commit just got missed for 2.77a. If there's a 2.77b, it'll be fixed in there. Otherwise just [download the latest version](https://git.blender.org/gitweb/gitweb.cgi/blender-addons.git/blob_plain/HEAD:/node_wrangler.py) and replace your current one (`/2.77/scripts/addons/node_wrangler.py`) with that.

Removed subscriber: @JimwwSmith

Removed subscriber: @JimwwSmith
Author

Thanks Greg.
It definitely works now. Great tip and addon.

Thanks Greg. It definitely works now. Great tip and addon.
Author

Thanks Greg.
It definitely works now. Great tip and addon.

Thanks Greg. It definitely works now. Great tip and addon.
Author

Thanks Greg.
It definitely works now. Great tip and addon.

Thanks Greg. It definitely works now. Great tip and addon.
Member

Added subscriber: @ajlanaltug

Added subscriber: @ajlanaltug
Member

Added subscribers: @GregZaal, @gandalf3, @DenisBelov

Added subscribers: @GregZaal, @gandalf3, @DenisBelov
Member

Added subscriber: @Leroy-Xie

Added subscriber: @Leroy-Xie

Added subscriber: @martinjh99

Added subscriber: @martinjh99

Can someone delete #48488 then as it is a duplicate of this one. Thanks

Can someone delete #48488 then as it is a duplicate of this one. Thanks

Added subscribers: @VukGardasevic, @Acolyte

Added subscribers: @VukGardasevic, @Acolyte
Sign in to join this conversation.
No Milestone
No project
No Assignees
7 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#48094
No description provided.