Skip to content

Commit a82b2c5

Browse files
apetrynetreinecke
authored andcommitted
Remove fcp adapter (#1501)
* removing the fcp adapter and it's test files * replaced premiere_example.xml with premiere_example.otio to pass console tests. * updated auto generated docs Signed-off-by: apetrynet <[email protected]>
1 parent 1871cf4 commit a82b2c5

13 files changed

+2370
-28818
lines changed

docs/tutorials/otio-plugins.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,6 @@ Adapter plugins convert to and from OpenTimelineIO.
3333
[Tutorial on how to write an adapter](write-an-adapter).
3434

3535

36-
### fcp_xml
37-
38-
```
39-
OpenTimelineIO Final Cut Pro 7 XML Adapter.
40-
```
41-
42-
*source*: `opentimelineio/adapters/fcp_xml.py`
43-
44-
45-
*Supported Features (with arguments)*:
46-
47-
- read_from_string:
48-
- input_str
49-
- write_to_string:
50-
- input_otio
51-
52-
53-
54-
55-
5636
### otio_json
5737

5838
```

src/py-opentimelineio/opentimelineio/adapters/builtin_adapters.plugin_manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"OTIO_SCHEMA" : "PluginManifest.1",
33
"adapters": [
4-
{
5-
"OTIO_SCHEMA": "Adapter.1",
6-
"name": "fcp_xml",
7-
"filepath": "fcp_xml.py",
8-
"suffixes": ["xml"]
9-
},
104
{
115
"OTIO_SCHEMA" : "Adapter.1",
126
"name" : "otio_json",

0 commit comments

Comments
 (0)