omni.timeline

Classes Summary:

ITimeline

Factory class for creating :class:`Timeline` instances.

Timeline

Defines a timeline controller.

TimelineEventType

Timeline event types to be used by TimelineEventStream.

Functions Summary:

destroy_timeline

Destroys a timeline object with the given name, if it is not the default timeline and it is not in use.

get_timeline_interface

Returns the timeline with the given name via cached :class:`omni.timeline.ITimeline` interface

acquire_timeline_interface

acquire_timeline_interface(plugin_name: str = None, library_path: str = None) -> omni.timeline._timeline.ITimeline

release_timeline_interface

release_timeline_interface(arg0: omni.timeline._timeline.ITimeline) -> None