Animation: Move Graph Editor settings to User Preferences #104532

Merged
Christoph Lendenfeld merged 14 commits from ChrisLend/blender:user_pref_only_selected_keys into main 2023-03-09 14:15:36 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 44e4dbe095 - Show all commits

View File

@ -794,6 +794,7 @@ void blo_do_versions_userdef(UserDef *userdef)
*/
{
/* Keep this block, even when empty. */
userdef->animation_flag |= USER_ANIM_HIGH_QUALITY_DRAWING;
}
LISTBASE_FOREACH (bTheme *, btheme, &userdef->themes) {