Skip to content

Commit 024ab9c

Browse files
committed
removed the remaining otioview parts
Signed-off-by: apetrynet <[email protected]>
1 parent 094a815 commit 024ab9c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/tutorials/otio-filebundles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ The `media` directory contains all the media files that the `ExternalReference`s
6060

6161
When a bundle is read from disk using the OpenTimelineIO Python API (using the adapters.read_from_* functions), only the `content.otio` file is read and parsed.
6262

63-
For example, to view the timeline (not the media) of an otioz file in `otioview`, you can run:
63+
For example, to get some stats of the timeline (not the media) of an otioz file in `otiostat`, you can run:
6464

65-
`otioview something.otioz`
65+
`otiostat something.otioz`
6666

6767
Because this will _only_ read the `content.otio` from the bundle, it is usually a fast operation to run. None of the media is decoded or unzipped during this process.
6868

src/py-opentimelineio/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ if(OTIO_INSTALL_PYTHON_MODULES)
99
install(DIRECTORY "${PROJECT_SOURCE_DIR}/src/py-opentimelineio/opentimelineio/"
1010
DESTINATION "${OTIO_RESOLVED_PYTHON_INSTALL_DIR}/opentimelineio")
1111

12-
if(OTIO_INSTALL_COMMANDLINE_TOOLS)
13-
install(DIRECTORY "${PROJECT_SOURCE_DIR}/src/opentimelineview"
14-
DESTINATION "${OTIO_RESOLVED_PYTHON_INSTALL_DIR}")
15-
endif()
16-
1712
endif()

0 commit comments

Comments
 (0)