Hi Graham, You can import EDL, XML and I suppose AAF with the function importSequence :
p = hiero.core.newProject() topLevelBin = p.clipsBin() seq = topLevelBin.importSequence(EDLPath) You can then reconnect your media using: seq.matchMedia(mediasPath) Cheers, Justin 2016-04-01 7:36 GMT+01:00 Graham D. Clark <[email protected]>: > I see we can import media into Nuke Studio projects via scripting but > cannot see a way to import an AAF or edl. > Thanks, Graham > -- > Graham D Clark, VP/Head of Stereography, Stereo D, Deluxe > phone: why-I-stereo > http://www.linkedin.com/in/grahamclark > > _______________________________________________ > 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
