remove_shot_media
- remove_shot_media(path: unicode, undo_stack: bool) None
Remove the media node and the clips for a shot in the sequence.
- Parameters
path (unicode) – The path to the ‘.rumba’ file to add to the project OR the node’s full name prefixed by “doc:”, like in “doc:/documents/New Shot”.
undo_stack (bool) – If true, this action is undoable
- Return type
None