http://www.nukepedia.com/python-scripts/import-export/load-folder-recursiveload/
On Wed, Feb 15, 2012, at 10:07, Peter Crossley wrote: > Hi Marc, > > You can use nuke.getFileNameList() to give you a list of all sequences > in a given directory. With default parameters, this will also give you > sub directorys. > > You could write a recursive python function to step down through the cub > directories and give you what you want. > > Hope that helps, > > Peter. > > On 14/02/2012 16:17, Marc Gutowski wrote: > > Dear Nuke-Team, > > > > i am currently searching for a way, > > how to load image sequences out of a user-entered path, > > even subdirectories, to import and build up an automated node tree with it. > > > > any hint or lines of code to start with would be great. > > thanks in advance. > > > > best regards, > > > > Marc Gutowski > > > > -------------------------------------------------------------------------------------------- > > Marc Gutowski > > Dipl. Digital Artist > > > > Fon +49 (0)30.616 558 34 | [email protected] | > > www.effekt-etage.de > > > > Effekt-Etage GmbH > > Germany | Leuschnerdamm 13 | 10999 Berlin > > Fon +49 (0)30.616 558 30 | Fax +49 (0)30.616 558 39 > > Spain | Passeig Alfonso XII 27 | 07689 Cala Anguila | Baleares, Mallorca > > Fon +49 (0)30.616 558 38 | Fon +34 (0)971.558 983 > > China | Chaowai Soho | Tower A, 1901 | 6B Chaowai Street | Chaoyang > > District | 100020 Beijing > > Fon +86 10.590 03 100 Ext.-107 | Fax +86 10.590 03 200 > > > > Berliner Sparkasse | Kontonummer 6604 0548 27 | BLZ 100 500 00 > > SWIFT-Code (BIC): BELA DE BE | IBAN: DE76 1005 0000 6604 0548 27 > > Ust.-ID: DE 227175969 | Steuer-Nr.: 29/506/04406 > > > > Gesch?ftsf?hrer Dipl.-Ing.(FH) Holger Schaal | Dipl.-Ing.(FH) Bj?rn > > Kowalski | Amtsgericht Charlottenburg HRB 119150 B > > > > The information transmitted is intended only for the person or entity to > > which it is addressed and may contain confidential and/or privileged > > material. Any review, retransmission, dissemination or other use of, or > > taking of any action in reliance upon, this information by persons or > > entities other than the intended recipient is prohibited. > > > > If you received this in error, please contact the sender and delete the > > material from any computer. > > > > PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS MAIL. > > _______________________________________________ > > Nuke-python mailing list > > [email protected], http://forums.thefoundry.co.uk/ > > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > > _______________________________________________ > Nuke-python mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > -- Hugo Léveillé TD Compositing, Vision Globale [email protected] _______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
