Error with nodewrangler add-on... #48724

Closed
opened 2016-06-23 23:31:20 +02:00 by Brandon Hix · 5 comments

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

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
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Acolyte

Added subscriber: @Acolyte

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

This is same as task as #48094
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

This is same as task as #48094 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](https://git.blender.org/gitweb/gitweb.cgi/blender-addons.git/blob_plain/HEAD:/node_wrangler.py)

Closed as duplicate of #48094

Closed as duplicate of #48094
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#48724
No description provided.