Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_edit.c
| Show First 20 Lines • Show All 1,129 Lines • ▼ Show 20 Lines | else if (BKE_sequencer_evaluate_frame(scene, cfra) == 0) { | ||||
| } | } | ||||
| if (done == false || do_all == false) { | if (done == false || do_all == false) { | ||||
| break; | break; | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| WM_event_add_notifier(C, NC_SCENE | ND_SEQUENCER, scene); | WM_event_add_notifier(C, NC_SCENE | ND_SEQUENCER, scene); | ||||
| DEG_id_tag_update(&scene->id, ID_RECALC_SEQUENCER_STRIPS); | |||||
| return OPERATOR_FINISHED; | return OPERATOR_FINISHED; | ||||
| } | } | ||||
| void SEQUENCER_OT_gap_remove(struct wmOperatorType *ot) | void SEQUENCER_OT_gap_remove(struct wmOperatorType *ot) | ||||
| { | { | ||||
| /* identifiers */ | /* identifiers */ | ||||
| ot->name = "Remove Gaps"; | ot->name = "Remove Gaps"; | ||||
| ▲ Show 20 Lines • Show All 3,031 Lines • Show Last 20 Lines | |||||