Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_edit.c
| Context not available. | |||||
| ot->description = "Group selected strips into a metastrip"; | ot->description = "Group selected strips into a metastrip"; | ||||
| /* api callbacks */ | /* api callbacks */ | ||||
| ot->invoke = WM_operator_confirm; | |||||
| ot->exec = sequencer_meta_make_exec; | ot->exec = sequencer_meta_make_exec; | ||||
| ot->poll = sequencer_edit_poll; | ot->poll = sequencer_edit_poll; | ||||
| Context not available. | |||||
| ot->description = "Put the contents of a metastrip back in the sequencer"; | ot->description = "Put the contents of a metastrip back in the sequencer"; | ||||
| /* api callbacks */ | /* api callbacks */ | ||||
| ot->invoke = WM_operator_confirm; | |||||
| ot->exec = sequencer_meta_separate_exec; | ot->exec = sequencer_meta_separate_exec; | ||||
| ot->poll = sequencer_edit_poll; | ot->poll = sequencer_edit_poll; | ||||
| Context not available. | |||||