Files
test/source/blender/sequencer/intern
Falk David 1d6a0b7070 Cleanup: VSE: Replace STRIP_DUPE macros with enum
This removes the `STRIP_DUPE_UNIQUE_NAME` and `STRIP_DUPE_ALL` macros
and replaces them with an `enum StripDuplicate`.

A flag with a value of 0 was implicitly used as "duplicate selected strips" so the
enum uses `Selected = 0` to document this behavior better.

Pull Request: https://projects.blender.org/blender/blender/pulls/144125
2025-08-08 08:33:35 +02:00
..
2025-05-14 12:59:46 +02:00
2025-07-31 16:32:41 +02:00
2025-05-14 12:59:46 +02:00
2025-05-29 19:08:32 +02:00