Retrieving Lists of Render Sequences

22 views
Skip to first unread message

md

unread,
Jul 24, 2014, 9:52:24 AM7/24/14
to python_in...@googlegroups.com
Hey Guys,

I am starting to feel like I am spamming this group :-P

Before I reinvent the wheel ... has anyone written an functions that retrieve image sequences from a folder ?

The the less straight forward parts are as follows :

  • I need to be able to retrieve multiple sequences within a directory
  • I need to be able to retrieve broken sequences as well
  • I need the max and min of each sequence

I assume using so variation of os.listdir and os.walk will eventually get me there. But it seems like it would be a common function in our field and had already been done a million times.

Thanks

M

Eric Thivierge

unread,
Jul 24, 2014, 9:59:54 AM7/24/14
to python_in...@googlegroups.com, md
Maybe this?
http://opensourcevfx.org/2012/11/openbatchio/

Also check that site for other useful stuff...

Eric T.

On Thursday, July 24, 2014 9:52:24 AM, md wrote:
> Hey Guys,
>
> I am starting to feel like I am spamming this group :-P
>
> Before I reinvent the wheel ... has anyone written an functions that
> retrieve image sequences from a folder ?
>
> The the less straight forward parts are as follows :
>
> * I need to be able to retrieve multiple sequences within a directory
> * I need to be able to retrieve broken sequences as well
> * I need the max and min of each sequence
>
>
> I assume using so variation of os.listdir and os.walk will eventually
> get me there. But it seems like it would be a common function in our
> field and had already been done a million times.
>
> Thanks
>
> M
>
> --
> You received this message because you are subscribed to the Google
> Groups "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to python_inside_m...@googlegroups.com
> <mailto:python_inside_m...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/e58bffdd-95ed-4942-b32d-52fd1d01905e%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/e58bffdd-95ed-4942-b32d-52fd1d01905e%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

Justin Israel

unread,
Jul 24, 2014, 3:41:17 PM7/24/14
to python_in...@googlegroups.com, md

My friend wrote this, and we use it in production at work

https://github.com/sqlboy/fileseq

pip install fileseq

On 25/07/2014 1:59 AM, "Eric Thivierge" <ethiv...@hybride.com> wrote:
Maybe this?
http://opensourcevfx.org/2012/11/openbatchio/

Also check that site for other useful stuff...

Eric T.

On Thursday, July 24, 2014 9:52:24 AM, md wrote:
Hey Guys,

I am starting to feel like I am spamming this group :-P

Before I reinvent the wheel ... has anyone written an functions that
retrieve image sequences from a folder ?

The the less straight forward parts are as follows :

  * I need to be able to retrieve multiple sequences within a directory
  * I need to be able to retrieve broken sequences as well
  * I need the max and min of each sequence


I assume using so variation of os.listdir and os.walk will eventually
get me there. But it seems like it would be a common function in our
field and had already been done a million times.

Thanks

M

--
You received this message because you are subscribed to the Google
Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/53D1114A.3060604%40hybride.com.

md

unread,
Jul 24, 2014, 4:12:16 PM7/24/14
to python_in...@googlegroups.com, acco...@mdonovan.com
Thanks Justin .. this is exactly what I needed. !

--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages