FCP XML: sequence isn't being added to the correct open project
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com steve ------------------------------------------ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xmeml> <xmeml version="4"> <importoptions> <createnewproject>FALSE</createnewproject> <targetprojectname>Test Project #1</targetprojectname> </importoptions> <sequence id="my nifty sequence"> <uuid>87312484-9D89-4539-BC04-2296C527E0DF</uuid> <updatebehavior>add</updatebehavior> ... </sequence> </xmeml> _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... I'm working on a plugin that imports a sequence by sending XML to FCP. It also queries FCP for the list of open projects so it knows the project choices. I launched FCP with no projects, then created two new projects and saved them as "Test Project #1" and "Stevec project", respectively. I find that no matter which project I specify, or if I set createnewproject=TRUE to create a new project, the sequence always ends up being added to "Stevec project". The interesting part of the XML is appended. Any ideas what I might be doing wrong? This email sent to site_archiver@lists.apple.com
participants (1)
-
Steve Christensen