PDA

View Full Version : Importing folder



arvid
October 3rd, 2006, 02:47 AM
Hey all!

Just a quickie...
When dropping a folder into Nuke it sorts out all the sequences in that folder into separate read-nodes, which is great! But the read doesn't work because an asterisk is added after the path, like so:

//path/bla_bla/sc08/sc08_dust.%04d.tif 1-65*

If I remove the asterisk, it's fine! Why is this? Can I change this behaviour?

Using Nuke 4.5.21... poke:

throb
October 3rd, 2006, 08:21 AM
try the new drop.tcl from frank reuter on fxshare.com
see if that fixes you problem

rob

rueter
October 3rd, 2006, 03:55 PM
The asterisk is actually a bug in the filename_list proc which is called by the default drop.tcl.
here is my drop.tcl which fixes that problem and adds a lot of functionality:
http://www.fxshare.com/nuke/downloads/tcl_scripts/4273.html

arvid
October 6th, 2006, 02:38 AM
Thanks mate!

That's great :thumbsup: