Blender Git Commit Log

Git Commits -> Revision 97cf2a9

Revision 97cf2a9 by Richard Antalik (master)
May 19, 2021, 20:52 (GMT)
VSE: Refactor sorting functions

Recently `SEQ_sort()` function was split so functionality is provided
on per-seqbase basis. After discussion about this split, it turned out,
that per-seqbase operation is only that should be provided, because
RNA API functions need to be able to access arbitrary seqbase

Remove recently introduced function `seq_sort_seqbase` and change
`SEQ_sort` function to operate on seqbase.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D11297

Commit Details:

Full Hash: 97cf2a9fb1070614a7428974dd763b4de988d272
Parent Commit: 58893ea
Lines Changed: +16, -32

8 Modified Paths:

/source/blender/editors/space_sequencer/sequencer_edit.c (+5, -5) (Diff)
/source/blender/editors/transform/transform_convert_sequencer.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+2, -2) (Diff)
/source/blender/sequencer/intern/strip_add.c (+1, -1) (Diff)
/source/blender/sequencer/intern/strip_edit.c (+1, -1) (Diff)
/source/blender/sequencer/intern/utils.c (+5, -20) (Diff)
/source/blender/sequencer/intern/utils.h (+0, -1) (Diff)
/source/blender/sequencer/SEQ_utils.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021