6c177838f3
Cleanup: remove redundant alloc argument to SEQ_editing_get
...
Callers that require lazy initialization can use SEQ_editing_ensure.
2021-09-02 11:29:32 +10:00
606805d1b7
Cleanup: use 'r_' prefix for return arguments, order last
2021-02-05 22:34:03 +11:00
a5a302bd18
Cleanup: Split SEQ_sequencer.h file
2020-12-19 07:25:01 +01:00
046ca0749a
Cleanup: Rename BKE_sequencer functions
...
API functions get SEQ_ prefix.
Intern functions get seq_ prefix
Functions also have appropriate category included in name.
2020-12-19 06:29:15 +01:00
01db805a82
Cleanup: split sequencer.c file
...
Move most functions into separate files.
File sequencer.c is reserved for alloc, free and duplicating functions.
There should be no functional changes.
2020-11-16 05:02:30 +01:00