Fix: VSE: Make "connect strips" default
Implementation in #124333 had versioning code in `versioning_userdef.cc` to make sure that updated configs would also have connected strips by default, but forgot to change `userdef_default.c`. Pull Request: https://projects.blender.org/blender/blender/pulls/129993
This commit is contained in:
committed by
John Kiril Swenson
parent
54d957a44e
commit
2c10fe4158
@@ -242,7 +242,7 @@ const UserDef U_default = {
|
||||
.statusbar_flag = STATUSBAR_SHOW_VERSION | STATUSBAR_SHOW_EXTENSIONS_UPDATES,
|
||||
.file_preview_type = USER_FILE_PREVIEW_AUTO,
|
||||
|
||||
.sequencer_editor_flag = USER_SEQ_ED_SIMPLE_TWEAKING,
|
||||
.sequencer_editor_flag = USER_SEQ_ED_SIMPLE_TWEAKING | USER_SEQ_ED_CONNECT_STRIPS_BY_DEFAULT,
|
||||
|
||||
.runtime =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user