Skip to content

Commit

Permalink
Remove fcp adapter (#1501)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
apetrynet authored and reinecke committed Oct 6, 2023
1 parent b67c271 commit 6f7cde4
Show file tree
Hide file tree
Showing 13 changed files with 2,370 additions and 28,818 deletions.
20 changes: 0 additions & 20 deletions docs/tutorials/otio-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,6 @@ Adapter plugins convert to and from OpenTimelineIO.
[Tutorial on how to write an adapter](write-an-adapter).


### fcp_xml

```
OpenTimelineIO Final Cut Pro 7 XML Adapter.
```

*source*: `opentimelineio/adapters/fcp_xml.py`


*Supported Features (with arguments)*:

- read_from_string:
- input_str
- write_to_string:
- input_otio





### otio_json

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"OTIO_SCHEMA" : "PluginManifest.1",
"adapters": [
{
"OTIO_SCHEMA": "Adapter.1",
"name": "fcp_xml",
"filepath": "fcp_xml.py",
"suffixes": ["xml"]
},
{
"OTIO_SCHEMA" : "Adapter.1",
"name" : "otio_json",
Expand Down
Loading

0 comments on commit 6f7cde4

Please sign in to comment.