Node Wrangler - Line Error #51749

Closed
opened 2017-06-08 16:39:10 +02:00 by Lukas Zimmermann · 11 comments

System Information
OS: Windows 7 Professional 64-bit
Mainboard: ASUS M5A78L-M LX3
CPU: AMD FX-6300
GPU: NVidia GTX 750 StormX OC
RAM: 8 GB

Blender Version
Broken: 2.78c

Short description of error
When I try to add an "Image Sequence" node to an already created and opened node group in Blender´s Compositor I receive a traceback error message with a failure in line 3066. I made sure that the folders/files have NO special characters or something in it! I googled my problem before, but I wasn´t able to find another post like this, so I decided to bring it over here.

Traceback (most recent call last):

File "C:\Program Files (x86)\Blender Foundation\blender-2.78-windows64\2.78\scripts\addons\node_wrangler.py", line 3066, in execute
  node.image = img

AttributeError: 'CompositorNodeGroup' object has no attribute 'image'

location: :-1"

Exact steps for others to reproduce the error

  • Open up Blender (Cycles)
  • Go to the Compositor
  • Create any node group; in my case it was a "Color Mix" node, and the group was connected to another node
  • Switch to the node group (tab in)
  • Try to add an image sequence (Add, Input, Image Sequence). I used a sequence of 150 images (30 fps).
**System Information** OS: Windows 7 Professional 64-bit Mainboard: ASUS M5A78L-M LX3 CPU: AMD FX-6300 GPU: NVidia GTX 750 StormX OC RAM: 8 GB **Blender Version** Broken: 2.78c **Short description of error** When I try to add an "Image Sequence" node to an already created and opened node group in Blender´s Compositor I receive a traceback error message with a failure in line 3066. I made sure that the folders/files have NO special characters or something in it! I googled my problem before, but I wasn´t able to find another post like this, so I decided to bring it over here. Traceback (most recent call last): ``` File "C:\Program Files (x86)\Blender Foundation\blender-2.78-windows64\2.78\scripts\addons\node_wrangler.py", line 3066, in execute node.image = img ``` AttributeError: 'CompositorNodeGroup' object has no attribute 'image' location: <unknown location>:-1" **Exact steps for others to reproduce the error** - Open up Blender (Cycles) - Go to the Compositor - Create any node group; in my case it was a "Color Mix" node, and the group was connected to another node - Switch to the node group (tab in) - Try to add an image sequence (Add, Input, Image Sequence). I used a sequence of 150 images (30 fps).

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @NGCH2_Productions

Added subscriber: @NGCH2_Productions

Added subscriber: @FloridaJo

Added subscriber: @FloridaJo

Same here on OSX.

1.png

Same here on OSX. ![1.png](https://archive.blender.org/developer/F625882/1.png)

Added subscribers: @GregZaal, @Sergey

Added subscribers: @GregZaal, @Sergey
Greg Zaal was assigned by Sergey Sharybin 2017-06-09 11:53:27 +02:00

@GregZaal, are you the guy to poke with such reports?

@GregZaal, are you the guy to poke with such reports?
Member

Yep, thanks, will look into it.

Yep, thanks, will look into it.

Added subscriber: @p2or

Added subscriber: @p2or

Changing node = context.space_data.node_tree.nodes.active (line 3058) to node = context.active_node should fix that.

Changing `node = context.space_data.node_tree.nodes.active` (line 3058) to `node = context.active_node` should fix that.

This issue was referenced by 46a690e72f

This issue was referenced by 46a690e72faf7a6c2daeb2aefb6e8f03c79e357b
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
6 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#51749
No description provided.