Maniphest T59962

Node Wrangler puts out an error when adding image sequence node
Closed, Resolved

Assigned To
Philipp Oeser (lichtwerk)
Authored By
heini (ogonek)
Dec 29 2018, 6:27 PM
Tags
  • Add-ons (Community)
  • Nodes
Subscribers
heini (ogonek)
Philipp Oeser (lichtwerk)
Vaishnav S (padthai)

Description

System Information
Operating system:
Graphics card:

Blender Version
Broken:
2.80, 7c438e5366b2 win64, blender2.8, 2018-12-16

Short description of error
When adding an image sequence node, no node is created and I get the following message

Traceback (most recent call last):
  File "D:\desktop\blender28\2.80\scripts\startup\bl_operators\node.py", line 130, in invoke
    self.store_mouse_cursor(context, event)
  File "D:\desktop\blender28\2.80\scripts\startup\bl_operators\node.py", line 70, in store_mouse_cursor
    if context.region.type == 'WINDOW':
AttributeError: 'NoneType' object has no attribute 'type'

Revisions and Commits

rB Blender
rBA Blender Add-ons
Abandoned

Related Objects

Mentioned In
T60130: NodeWrangler: cannot load image sequence in compositor (jpeg & exr)
Mentioned Here
rB7c438e5366b2: Cleanup: avoid counting list multiple times

Event Timeline

heini (ogonek) created this task.Dec 29 2018, 6:27 PM
Philipp Oeser (lichtwerk) claimed this task.Dec 30 2018, 12:18 AM
Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 50.
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).

Confirmed, checking...

Vaishnav S (padthai) added a subscriber: Vaishnav S (padthai).Jan 23 2019, 11:59 AM
Brecht Van Lommel (brecht) changed the task status from Unknown Status to Resolved by committing rB8b4e0eb88e71: Fix T59962, T60130: error adding image sequence with node wrangler..Mar 22 2019, 7:01 PM
Brecht Van Lommel (brecht) added a commit: rB8b4e0eb88e71: Fix T59962, T60130: error adding image sequence with node wrangler..