Node Efficiency Tools "Import Image Sequence" function fails if the image sequence does not start at frame 1 #41022

Closed
opened 2014-07-10 18:15:59 +02:00 by Jason Clarke · 17 comments

System Information
Mac OS X 10.9, AMD 5870

Blender Version
Broken: 2.71 official

Short description of error
2.71 added a convenience function to the node editor to auto-load image sequences. However, this function won't work unless the sequence starts at frame 1. If it starts at some other frame number, say, 60, the function will just give an error. It would be expected to load the sequence and adjust the start frame (or maybe the offset?) to compensate.

Exact steps for others to reproduce the error

  • Get an image sequence that starts at some frame after 1. For example, set Blender's start frame to something > 1 and end frame a few frames higher, and hit "render animation".

  • In Cycles or the Compositor node editors, use the import image sequence function and select the first available frame in the sequence. You will get an error that frame 1 couldn't be found, and no image will load.

**System Information** Mac OS X 10.9, AMD 5870 **Blender Version** Broken: 2.71 official **Short description of error** 2.71 added a convenience function to the node editor to auto-load image sequences. However, this function won't work unless the sequence starts at frame 1. If it starts at some other frame number, say, 60, the function will just give an error. It would be expected to load the sequence and adjust the start frame (or maybe the offset?) to compensate. **Exact steps for others to reproduce the error** - Get an image sequence that starts at some frame after 1. For example, set Blender's start frame to something > 1 and end frame a few frames higher, and hit "render animation". - In Cycles or the Compositor node editors, use the import image sequence function and select the first available frame in the sequence. You will get an error that frame 1 couldn't be found, and no image will load.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @JasonClarke

Added subscriber: @JasonClarke
Andrea Weikert was assigned by Sergey Sharybin 2014-07-10 18:56:06 +02:00

Added subscribers: @elubie, @Sergey

Added subscribers: @elubie, @Sergey

@elubie, mind having a glance? Thanks!

@elubie, mind having a glance? Thanks!
Member

Will take a look over the next few days.

Will take a look over the next few days.
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Hello jtheninja,

I was trying to reproduce your error, but so far couldn't find the issue. Maybe if you could explain a bit more and send a sample .blend in a zip file with a small sequence that shows your issue?

In the Input -> Image node for the compositor, there are three values:
Frames: this is the number of frames in the sequence
Start Frame: This is the frame of the blender scene where Blender should start the sequence
Offset: this is the offset (the 'frame 0' of the sequence where Blender should start)

So let's take an example, I have a sequence with images sequence_050.png, sequence_051.png, ... until sequence_60.png

When loading the sequence, Blender finds:
Frames: 11 - this is ok
Start Frame: 1 - (start the sequence at the first Blender frame)
Offset: 49 (so frame 1 is exactly our first sequence_050.png)

This means when rendering:
Frame 1: sequence_050.png
Frame 2: sequence_051.png
..
Frame 11: sequence_060.png

Now let's play with the Start Frame and set it to 10, which then renders to
Frame 1: black - before image sequence start frame
Frame 2: black - before image sequence start frame
...
Frame 9: black - before image sequence start frame
Frame 10: sequence_050.png
Frame 11: sequence_051.png
..
Frame 20: sequence_060.png

Could you check if that is maybe what is happening to you? Also take a look at the attached .blend file (in a zip with two image sequences - one source (in the render folder) and one output by the image node in compositor (in render_sequence)

uploaded .blend: F106527

Hello jtheninja, I was trying to reproduce your error, but so far couldn't find the issue. Maybe if you could explain a bit more and send a sample .blend in a zip file with a small sequence that shows your issue? In the Input -> Image node for the compositor, there are three values: Frames: this is the number of frames in the sequence Start Frame: This is the frame of the blender scene where Blender should start the sequence Offset: this is the offset (the 'frame 0' of the sequence where Blender should start) So let's take an example, I have a sequence with images sequence_050.png, sequence_051.png, ... until sequence_60.png When loading the sequence, Blender finds: Frames: 11 - this is ok Start Frame: 1 - (start the sequence at the first Blender frame) Offset: 49 (so frame 1 is exactly our first sequence_050.png) This means when rendering: Frame 1: sequence_050.png Frame 2: sequence_051.png .. Frame 11: sequence_060.png Now let's play with the Start Frame and set it to 10, which then renders to Frame 1: black - before image sequence start frame Frame 2: black - before image sequence start frame ... Frame 9: black - before image sequence start frame Frame 10: sequence_050.png Frame 11: sequence_051.png .. Frame 20: sequence_060.png Could you check if that is maybe what is happening to you? Also take a look at the attached .blend file (in a zip with two image sequences - one source (in the render folder) and one output by the image node in compositor (in render_sequence) uploaded .blend: [F106527](https://archive.blender.org/developer/F106527/sequence_blend.zip)
Author

Oops, somehow I got confused. This function is part of the node wrangler addon, not the regular compositor. The regular image sequence functionality is fine. Do bug reports for addons go someplace else? Or can this task be converted?

For those not familiar with Node Wrangler, it's addon wiki page is here: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Nodes/Nodes_Efficiency_Tools

Oops, somehow I got confused. This function is part of the node wrangler addon, not the regular compositor. The regular image sequence functionality is fine. Do bug reports for addons go someplace else? Or can this task be converted? For those not familiar with Node Wrangler, it's addon wiki page is here: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Nodes/Nodes_Efficiency_Tools
Brendon Murphy changed title from "Import Image Sequence" function fails if the image sequence does not start at frame 1 to Node Efficiency Tools "Import Image Sequence" function fails if the image sequence does not start at frame 1 2014-08-25 01:27:22 +02:00
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

hi, moved to Addons category & renamed to better reflect issue.
thanks for report.

hi, moved to Addons category & renamed to better reflect issue. thanks for report.
Andrea Weikert removed their assignment 2014-08-25 18:34:53 +02:00
Bartek Skorupa was assigned by Andrea Weikert 2014-08-25 18:34:53 +02:00
Member

Added subscriber: @BartekSkorupa

Added subscriber: @BartekSkorupa
Member

@BartekSkorupa, could you take a look? I assigned it to you since you were one of the authors of the Node Efficiency Tools. Otherwise let me know.

@BartekSkorupa, could you take a look? I assigned it to you since you were one of the authors of the Node Efficiency Tools. Otherwise let me know.
Member

Hey,

I will get in contact with Greg who wrote this part of the add-on. If he can't take care about it for any reason - I will. Thanks.

Hey, I will get in contact with Greg who wrote this part of the add-on. If he can't take care about it for any reason - I will. Thanks.
Bartek Skorupa was unassigned by Greg Zaal 2014-08-25 19:30:49 +02:00
Greg Zaal self-assigned this 2014-08-25 19:30:49 +02:00
Member

Thank you Greg.

Thank you Greg.

This issue was referenced by a6f74e91b9

This issue was referenced by a6f74e91b970a228f628df6229b0b4b34efbe30e
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Member

Closed by commit a6f74e91b9.

Closed by commit a6f74e91b9.
Sign in to join this conversation.
No Milestone
No project
No Assignees
8 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#41022
No description provided.