diff --git a/source/blender/blenloader/intern/versioning_defaults.cc b/source/blender/blenloader/intern/versioning_defaults.cc index c139b3632ea..18cd6984e8f 100644 --- a/source/blender/blenloader/intern/versioning_defaults.cc +++ b/source/blender/blenloader/intern/versioning_defaults.cc @@ -77,9 +77,12 @@ static bool blo_is_builtin_template(const char *app_template) { /* For all builtin templates shipped with Blender. */ - return ( - !app_template || - STR_ELEM(app_template, N_("2D_Animation"), N_("Sculpting"), N_("VFX"), N_("Video_Editing"))); + return (!app_template || STR_ELEM(app_template, + N_("2D_Animation"), + N_("Storyboarding"), + N_("Sculpting"), + N_("VFX"), + N_("Video_Editing"))); } static void blo_update_defaults_screen(bScreen *screen,