Hi

I've set up a script to load a shot through a panel, which is fine, 

and am using 

# OPEN SCRIPT
nuke.scriptOpen(os.path.join(scriptsDir,script))

Then I am trying to set the directory paths using

nuke.addFavoriteDir(name = shot,directory = nukeDir,type =  nuke.IMAGE+nuke.GEO)


but what happens is I end up with an untitled script with the favorites added 
and nothing in the new loaded script.

What I'd like is no untitled script and the favorites in the newly opened 
script.
what am I doing wrong? 

Thanks 

Howard
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to