lsseq-2.4.1 v2.4
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: James Rowell
A command-line utility for listing image sequences in a compact form.
Requirements:
13.1, 12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10 or later
Linux, Mac, Windows
13.1, 12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10 or later
Linux, Mac, Windows
13 Jul 2021
135
The best such helper script for listing frame-sequences. It closely follows the look and feel of the standard 'ls' command, which means it's easy to switch back and forth between /bin/ls and lsseq in day-to-day use.
Please visit the github page and check out the README.md visible there, it tells you everything you need to know, including how to install lsseq. It's easy!
Glad so many people and studios have used lsseq over the years, I personally find it indispensable when TD'ing jobs. I hope it has been equally useful for you.
Thanks so much and ENJOY lsseq!
Kind Regards,
James.
v2.4.1 update, the package has been restructured and is SUPER easy to install now with python's 'pip'.
BSD 3-Clause License
Please login in order to download these files.
Comments
I modified your script to have the nuke listing use a "-" instead of a "," in between the frame numbers, so I could copy the list from the terminal and paste directly into the nuke dag - works like a charm!
http://www.orangeimagination.com/lsseq-1.711.tar.gz
When I get enough fixes and changes from people's suggestions/com ments/etc. to warrant going to v1.8 then I'll repost that version via Nukepedia's GUI on this site, in the mean time, I'll keep updates posted with links like I have here.
James.
Here's another suggestion (unless it's already an option, and I just missed it): maybe make a "shell" format argument that doesn't print the frame range and replaces the frame number variable with an asterisk? So, we'd have something like...
lsseq -p -R -f shell
/path/to/renders/beauty/v035/directDiffuse/sc010_0010_beauty_directDiffuse_v035.*.exr
/path/to/renders/beauty/v035/directSpecular/sc010_0010_beauty_directSpecular_v035.*.exr
etc.
Would be friendlier for performing batch operations on image sequences in the terminal. Just a thought.
If and only if the frame numbers are padded, then you can use this (for example):
aaa.[0-9][0-9][0-9][0-9].exr
And it will match only what you want. But, this doesn't work for non-padded frame numbers.
Tricky - I have to think about it.
Maybe aaa.[0-9]*.exr ?
http://www.orangeimagination.com/freeDownloads.html
Enjoy!!
Please check out my github repo to follow future additions/impro vements etc. there!
CHeers,
James.
RSS feed for comments to this post