Commit: 74638b2a937d0af5f33318bded1ec7f04c9c7f2a
Author: Mateusz Grzeliński
Date:   Thu Aug 13 20:17:05 2020 +0200
Branches: soc-2020-info-editor
https://developer.blender.org/rB74638b2a937d0af5f33318bded1ec7f04c9c7f2a

Merge branch 'master' into soc-2020-info-editor

===================================================================



===================================================================

diff --cc source/blender/blenloader/intern/versioning_defaults.c
index 3e496f89941,b4bee9a3c7e..743bb414b36
--- a/source/blender/blenloader/intern/versioning_defaults.c
+++ b/source/blender/blenloader/intern/versioning_defaults.c
@@@ -175,15 -174,8 +175,15 @@@ static void blo_update_defaults_screen(
      }
      else if (area->spacetype == SPACE_SEQ) {
        SpaceSeq *seq = area->spacedata.first;
-       seq->flag |= SEQ_SHOW_MARKERS | SEQ_SHOW_FCURVES;
+       seq->flag |= SEQ_SHOW_MARKERS | SEQ_SHOW_FCURVES | SEQ_ZOOM_TO_FIT;
      }
 +    else if (area->spacetype == SPACE_INFO) {
 +      SpaceInfo *sinfo = area->spacedata.first;
 +      sinfo->report_mask_exclude = RPT_DEBUG_ALL;
 +      sinfo->log_severity_mask = CLG_DEFAULT_SEVERITY;
 +      sinfo->log_format = INFO_LOG_FORMAT_DEFAULT;
 +      sinfo->use_short_file_line = true;
 +    }
      else if (area->spacetype == SPACE_TEXT) {
        /* Show syntax and line numbers in Script workspace text editor. */
        SpaceText *stext = area->spacedata.first;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to