I think this is what you are after - not perfect but works generally (also non nukepedia)
Howard >________________________________ > From: beyond6699 <[email protected]> >To: [email protected] >Sent: Friday, 30 December 2011, 3:34 >Subject: [Nuke-python] How can I import all sequence images form one folder >with py > > >for example >I have 3 sequence images in >d:\root\seqimage_A.%04d.iff >d:\root\B\seqimage_B.%04d.iff >d:\root\C\seqimage_C.%04d.iff > >I coyp path "d:\root\" and paste into nuke >them nuke auto create 3 read node >but two of them are not working >because the read node filename are "d:\root\B\" and "d:\root\C\" >not "d:\root\B\seqimage_B.%04d.iff" and "d:\root\C\seqimage_C.%04d.iff" > >I want write a python script just put one path like "d:\root\" and auto >import all sequence images or single images into nuke. >How can I do it? > >my English is not very good, hope you understand it. >_______________________________________________ >Nuke-python mailing list >[email protected], http://forums.thefoundry.co.uk/ >http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > > >
recursiveLoad.py
Description: Binary data
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
