From 930ecef9b583a7dca2d886ed893dcfc684772d9c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 Jul 2021 10:25:35 +1000 Subject: Cleanup: outdated IPO references in comments --- source/blender/editors/space_sequencer/sequencer_edit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_sequencer') diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c index e17beb228de..25009532dd0 100644 --- a/source/blender/editors/space_sequencer/sequencer_edit.c +++ b/source/blender/editors/space_sequencer/sequencer_edit.c @@ -1816,8 +1816,8 @@ static int sequencer_separate_images_exec(bContext *C, wmOperator *op) /* Remove seq so overlap tests don't conflict, * see seq_free_sequence below for the real freeing. */ BLI_remlink(ed->seqbasep, seq); - /* if (seq->ipo) id_us_min(&seq->ipo->id); */ - /* XXX, remove fcurve and assign to split image strips */ + /* TODO: remove f-curve and assign to split image strips. + * The old animation system would remove the user of `seq->ipo`. */ start_ofs = timeline_frame = SEQ_transform_get_left_handle_frame(seq); frame_end = SEQ_transform_get_right_handle_frame(seq); -- cgit v1.2.3