FCP XML: sequence isn't being added to the correct open project
FCP XML: sequence isn't being added to the correct open project
- Subject: FCP XML: sequence isn't being added to the correct open project
- From: Steve Christensen <email@hidden>
- Date: Tue, 17 Feb 2009 12:33:52 -0800
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?
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden