Fix #111601: VSE strip modifier copy ensure unique name #111602

Merged
YimingWu merged 1 commits from ChengduLittleA/blender:fix-111601 into main 2023-08-28 10:05:30 +02:00

1 Commits

Author SHA1 Message Date
YimingWu 67cd232170 Fix #111601: VSE strip modifier copy ensure unique name
Previously `SEQ_modifier_list_copy` in append mode does not ensure
unique strip name, which will result in duplicated names in target
modifier list, then `strip_modifier_remove(name="something")` can remove
the wrong one later on. Now fixed using `BLI_uniquename`.
2023-08-28 16:00:16 +08:00