NodeWrangler: cannot load image sequence in compositor (jpeg & exr) #60130

Closed
opened 2019-01-03 19:17:59 +01:00 by Siegfried Vlaminck · 8 comments

System Information
Operating system: WIN10
Graphics card: gtx1050 laptop

Blender Version
Broken: 2.80 Beta, 11f2c65128dc & 4d795cee4938
Worked: 2.79.1

Hello blendevs'! Here is one bug report:

It is not possible to load

But it is possible to load one single image.

Short description of error

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

I Love so much this new 2.80!!!

**System Information** Operating system: WIN10 Graphics card: gtx1050 laptop **Blender Version** Broken: 2.80 Beta, 11f2c65128dc & 4d795cee4938 Worked: 2.79.1 Hello blendevs'! Here is one bug report: It is not possible to load But it is possible to load one single image. **Short description of error** **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible). I Love so much this new 2.80!!!

Added subscriber: @s.vlaminck

Added subscriber: @s.vlaminck
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

I'm afraid we need a bit more information here (with the exact steps to reproduce):

  • are you using the Node Wrangler addon to do this?
  • or are you using the Image Node open with Detect Sequences option?
  • what is your naming convention on these files [e.g. name.####.ext, name_####.ext, name####.ext, ...]
  • do you have all of them selected in the filebrowser, or just a single?
  • (possibly a zip file containing a small subset of your sequence)

Marking as incomplete untile we have the required information...

I'm afraid we need a bit more information here (with the exact steps to reproduce): - are you using the Node Wrangler addon to do this? - or are you using the `Image Node` open with `Detect Sequences` option? - what is your naming convention on these files [e.g. name.####.ext, name_####.ext, name####.ext, ...] - do you have all of them selected in the filebrowser, or just a single? - (possibly a zip file containing a small subset of your sequence) Marking as incomplete untile we have the required information...

Sorry for that.

To reproduce:
Go to compositor panel
SHIFT A, image sequence then A to select all.

Traceback (most recent call last):
File "C:\Blender\Version\blender-2.80.0-git.c97c76c01c1d-windows64\2.80\scripts\addons\node_wrangler.py", line 3332, in execute
nodes, links = get_nodes_links(context)
File "C:\Blender\Version\blender-2.80.0-git.c97c76c01c1d-windows64\2.80\scripts\addons\node_wrangler.py", line 993, in get_nodes_links
if tree.nodes.active:
AttributeError: 'NoneType' object has no attribute 'nodes'

location: :-1

location: :-1

Then, with node wrangler disactivated, image sequence disapear.

HOWEVER!

I just found that with and witout node wrangler, adding an image (and not an image sequence) works fine...

SO what is the shiftA/Input/image sequence option?

Sorry for that. To reproduce: Go to compositor panel SHIFT A, image sequence then A to select all. > Traceback (most recent call last): > File "C:\Blender\Version\blender-2.80.0-git.c97c76c01c1d-windows64\2.80\scripts\addons\node_wrangler.py", line 3332, in execute > nodes, links = get_nodes_links(context) > File "C:\Blender\Version\blender-2.80.0-git.c97c76c01c1d-windows64\2.80\scripts\addons\node_wrangler.py", line 993, in get_nodes_links > if tree.nodes.active: > AttributeError: 'NoneType' object has no attribute 'nodes' > > location: <unknown location>:-1 > > location: <unknown location>:-1 Then, with node wrangler disactivated, image sequence disapear. **HOWEVER!** I just found that with and witout node wrangler, adding an image (and not an image sequence) works fine... SO what is the shiftA/Input/image sequence option?
Philipp Oeser self-assigned this 2019-01-04 11:24:17 +01:00
Member

The node wrangler feature (shiftA/Input/image sequence) is a bit more forgiving when it comes to naming of the sequences.
[and thx for spotting that error -- happens when you dont have Use Nodes activated in Compositing editor.... will fix...]
There is another error in the Node Wrangler addon that you will run into even if you have Use Nodes activated in Compositing editor (see #59962, will also fix shortly...)
When these error are fixed, Node Wrangler is a bit more forgiving behavior when it comes to naming of the sequences, as stated above.

reg. the Detect Sequences option (shiftA/Input/image): that will also try to detect sequences (but is not as forgiving), for example:

  • name####.ext works in both Image (blender + Detect Sequence) and Image Sequence (node wrangler)
  • name_####.ext wont work in Image (blender + Detect Sequence) but works in Image Sequence (node wrangler)

Anyways, will confirm for now and fix the Node Wrangler errors...

The `node wrangler` feature (`shiftA/Input/image sequence`) is a bit more forgiving when it comes to naming of the sequences. [and thx for spotting that error -- happens when you dont have `Use Nodes` activated in Compositing editor.... will fix...] There is another error in the Node Wrangler addon that you will run into even if you have `Use Nodes` activated in Compositing editor (see #59962, will also fix shortly...) When these error are fixed, Node Wrangler is a bit more forgiving behavior when it comes to naming of the sequences, as stated above. reg. the `Detect Sequences` option (`shiftA/Input/image`): that will also try to detect sequences (but is not as forgiving), for example: - name####.ext works in both `Image` (blender + Detect Sequence) and `Image Sequence` (node wrangler) - name_####.ext wont work in `Image` (blender + Detect Sequence) but works in `Image Sequence` (node wrangler) Anyways, will confirm for now and fix the Node Wrangler errors...

You're welcome,
I really enjoy your work guys, and I am impressed how efficient you are!

You're welcome, I really enjoy your work guys, and I am impressed how efficient you are!
Philipp Oeser changed title from cannot load image sequence in compositor (jpeg & exr) to NodeWrangler: cannot load image sequence in compositor (jpeg & exr) 2019-01-05 10:56:36 +01:00

This issue was referenced by blender/blender@8b4e0eb88e

This issue was referenced by blender/blender@8b4e0eb88e715392490aefa520d2c5444f084a44

Changed status from 'Open' to: 'Resolved'

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