Maniphest T48724

Error with nodewrangler add-on...
Closed, Duplicate

Assigned To
None
Authored By
Brandon Hix (Acolyte)
Jun 23 2016, 11:31 PM
Tags
  • Add-ons (Community)
Subscribers
Brandon Hix (Acolyte)
Vuk Gardašević (lijenstina)

Description

Apologies if any of this is incorrect, or if this has already been reported. This is my first bug report.

System Information
Mac Pro
2.93 GHz Quad-Core Intel Xeon
18GB 1066 MHz DDR3 ECC
NVIDIA GeForce GTX 660 2048 MB

Blender Version
Broken: 2.77a abf6f08

Short description of error
After enabling the nodewrangler add-on I proceed to build a shader network. IE: A simple diffuse and glossy input into a mix shader then connected to the output node. When using the 'Shift+s' to switch the mix node to an add node I get the following error:

Traceback (most recent call last):
  File "/Applications/Blender/blender.app/Contents/Resources/2.77/scripts/addons/node_wrangler.py", line 1897, in execute
    force_update(context)
NameError: name 'force_update' is not defined

location: <unknown location>:-1

Exact steps for others to reproduce the error
The same error can be generated whenever I try to use the 'Shift+S' to swap out one node for another.

Thanks,
Brandon Hix

Event Timeline

Brandon Hix (Acolyte) created this task.Jun 23 2016, 11:31 PM
Brandon Hix (Acolyte) raised the priority of this task from to 90.
Brandon Hix (Acolyte) updated the task description.
Brandon Hix (Acolyte) added a project: Add-ons (Community).
Brandon Hix (Acolyte) edited a custom field.
Brandon Hix (Acolyte) added a subscriber: Brandon Hix (Acolyte).
Vuk Gardašević (lijenstina) added a subscriber: Vuk Gardašević (lijenstina).Jun 24 2016, 12:19 AM

This is same as task as T48094
There was some issue with the right version of node wrangler in 2.77a.
Replace the node_wrangler.py in your blender install with the one from the latest dev build or from here

Bastien Montagne (mont29) closed this task as a duplicate of T48094: Node Wrangler Force Update Traceback Error.Jun 24 2016, 2:51 PM