2022-02-11 09:07:11 +11:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2019-07-30 11:04:02 +10:00
|
|
|
|
|
|
|
|
/* Preferences Data File 'U_default'. */
|
|
|
|
|
|
2019-08-04 01:22:38 +10:00
|
|
|
/* For constants. */
|
2019-08-03 10:47:35 -06:00
|
|
|
#include "BLI_math_base.h"
|
2019-08-04 01:22:38 +10:00
|
|
|
|
2020-05-07 16:06:37 +02:00
|
|
|
#include "DNA_anim_types.h"
|
2019-07-30 11:04:02 +10:00
|
|
|
#include "DNA_curve_types.h"
|
UI: Remember File Browser Display Options in Preferences
This makes it so that some display related properties of the file
browser state are remembered in the Preferences. Otherwise, users often
end up doing the same set up work over and over again, so this is a
nice way to save users some work.
It's typical for other file browsers to remember their state too, so
another benefit is having a more conventional behavior, meeting user
expectations better.
Some points:
* We currently store: Window size, display type, thumbnail size,
enabled details-columns, sort options, "Show Hidden" option. More can
be added easily.
* No changes are stored to the Preferences if "Auto-save Preferences"
is disabled. This is how Quick Favorites behave too and it's a
reasonable way to make this behavior optional.
* The Preferences are only saved to permanent memory upon closing
Blender, following existing convention of Preferences and Quick
Favorites.
* If settings weren't actually changed, Preference saving is skipped.
* Only temporary file browsers save their state (invoked through
actions like open or save), not regular file browser editors. These
are usually used for different purposes and workflows.
* Removes "Show Thumbnails" Preferences option. It would need some
special handling, possibly introducing bugs. For users, this
simplifies behavior and should make things more predictable.
Left in DNA data in case we decide to bring it back.
Reviewers: brecht, #user_interface, billreynish, campbellbarton
Reviewed By: #user_interface, William Reynish, Campbell Barton, Brecht
van Lommel (quick first pass review in person)
Maniphest Tasks: T69460
Differential Revision: https://developer.blender.org/D5893
2019-09-30 18:54:11 +02:00
|
|
|
#include "DNA_space_types.h"
|
2020-05-07 16:06:37 +02:00
|
|
|
#include "DNA_userdef_types.h"
|
2019-07-30 11:04:02 +10:00
|
|
|
|
2019-08-04 01:22:38 +10:00
|
|
|
#include "BLI_math_rotation.h"
|
|
|
|
|
|
2019-07-30 11:04:02 +10:00
|
|
|
#include "BKE_blender_version.h"
|
|
|
|
|
|
2022-12-21 20:54:36 +01:00
|
|
|
#include "GPU_platform.h"
|
|
|
|
|
|
2019-08-23 02:22:23 +10:00
|
|
|
#include "BLO_readfile.h" /* own include */
|
|
|
|
|
|
2019-07-30 11:04:02 +10:00
|
|
|
const UserDef U_default = {
|
Blender: change bugfix release versioning from a/b/c to .1/.2/.3
The file subversion is no longer used in the Python API or user interface,
and is now internal to Blender.
User interface, Python API and file I/O metadata now use more consistent
formatting for version numbers. Official releases use "2.83.0", "2.83.1",
and releases under development use "2.90.0 Alpha", "2.90.0 Beta".
Some Python add-ons may need to lower the Blender version in bl_info to
(2, 83, 0) or (2, 90, 0) if they used a subversion number higher than 0.
https://wiki.blender.org/wiki/Reference/Release_Notes/2.83/Python_API#Compatibility
This change is in preparation of LTS releases, and also brings us more
in line with semantic versioning.
Fixes T76058.
Differential Revision: https://developer.blender.org/D7748
2020-05-25 10:49:04 +02:00
|
|
|
.versionfile = BLENDER_FILE_VERSION,
|
|
|
|
|
.subversionfile = BLENDER_FILE_SUBVERSION,
|
2021-09-05 21:05:07 -07:00
|
|
|
.flag = (USER_AUTOSAVE | USER_TOOLTIPS | USER_RELPATHS | USER_RELEASECONFIRM |
|
|
|
|
|
USER_SCRIPT_AUTOEXEC_DISABLE | USER_NONEGFRAMES),
|
2021-10-22 12:33:03 +02:00
|
|
|
.dupflag = USER_DUP_MESH | USER_DUP_CURVE | USER_DUP_SURF | USER_DUP_LATTICE | USER_DUP_FONT |
|
|
|
|
|
USER_DUP_MBALL | USER_DUP_LAMP | USER_DUP_ARM | USER_DUP_CAMERA | USER_DUP_SPEAKER |
|
2022-04-05 15:19:38 +02:00
|
|
|
USER_DUP_ACT | USER_DUP_LIGHTPROBE | USER_DUP_GPENCIL | USER_DUP_CURVES |
|
|
|
|
|
USER_DUP_POINTCLOUD,
|
2019-07-30 11:04:02 +10:00
|
|
|
.pref_flag = USER_PREF_FLAG_SAVE,
|
|
|
|
|
.savetime = 2,
|
|
|
|
|
.tempdir = "",
|
|
|
|
|
.fontdir = "//",
|
|
|
|
|
.renderdir = "//",
|
|
|
|
|
.render_cachedir = "",
|
|
|
|
|
.textudir = "//",
|
|
|
|
|
.pythondir = "",
|
|
|
|
|
.sounddir = "//",
|
|
|
|
|
.i18ndir = "",
|
|
|
|
|
.image_editor = "",
|
|
|
|
|
.anim_player = "",
|
|
|
|
|
.anim_player_preset = 0,
|
|
|
|
|
.v2d_min_gridsize = 45,
|
|
|
|
|
.timecode_style = USER_TIMECODE_MINIMAL,
|
|
|
|
|
.versions = 1,
|
|
|
|
|
.dbl_click_time = 350,
|
|
|
|
|
.mini_axis_type = USER_MINI_AXIS_TYPE_GIZMO,
|
|
|
|
|
.uiflag = (USER_FILTERFILEEXTS | USER_DRAWVIEWINFO | USER_PLAINMENUS |
|
|
|
|
|
USER_LOCK_CURSOR_ADJUST | USER_DEPTH_CURSOR | USER_AUTOPERSP | USER_GLOBALUNDO |
|
|
|
|
|
USER_HIDE_DOT | USER_SHOW_GIZMO_NAVIGATE | USER_SHOW_VIEWPORTNAME | USER_SHOW_FPS |
|
|
|
|
|
USER_CONTINUOUS_MOUSE | USER_SAVE_PROMPT),
|
|
|
|
|
.uiflag2 = USER_REGION_OVERLAP,
|
OpenSubDiv: add support for an OpenGL evaluator
This evaluator is used in order to evaluate subdivision at render time, allowing for
faster renders of meshes with a subdivision surface modifier placed at the last
position in the modifier list.
When evaluating the subsurf modifier, we detect whether we can delegate evaluation
to the draw code. If so, the subdivision is first evaluated on the GPU using our own
custom evaluator (only the coarse data needs to be initially sent to the GPU), then,
buffers for the final `MeshBufferCache` are filled on the GPU using a set of
compute shaders. However, some buffers are still filled on the CPU side, if doing so
on the GPU is impractical (e.g. the line adjacency buffer used for x-ray, whose
logic is hardly GPU compatible).
This is done at the mesh buffer extraction level so that the result can be readily used
in the various OpenGL engines, without having to write custom geometry or tesselation
shaders.
We use our own subdivision evaluation shaders, instead of OpenSubDiv's vanilla one, in
order to control the data layout, and interpolation. For example, we store vertex colors
as compressed 16-bit integers, while OpenSubDiv's default evaluator only work for float
types.
In order to still access the modified geometry on the CPU side, for use in modifiers
or transform operators, a dedicated wrapper type is added `MESH_WRAPPER_TYPE_SUBD`.
Subdivision will be lazily evaluated via `BKE_object_get_evaluated_mesh` which will
create such a wrapper if possible. If the final subdivision surface is not needed on
the CPU side, `BKE_object_get_evaluated_mesh_no_subsurf` should be used.
Enabling or disabling GPU subdivision can be done through the user preferences (under
Viewport -> Subdivision).
See patch description for benchmarks.
Reviewed By: campbellbarton, jbakker, fclem, brecht, #eevee_viewport
Differential Revision: https://developer.blender.org/D12406
2021-12-27 16:34:47 +01:00
|
|
|
.gpu_flag = USER_GPU_FLAG_OVERLAY_SMOOTH_WIRE | USER_GPU_FLAG_SUBDIVISION_EVALUATION,
|
2019-07-30 11:04:02 +10:00
|
|
|
.app_flag = 0,
|
2020-04-08 16:10:48 -07:00
|
|
|
/** Default language of English (1), not Automatic (0). */
|
|
|
|
|
.language = 1,
|
2019-07-30 11:04:02 +10:00
|
|
|
.viewzoom = USER_ZOOM_DOLLY,
|
|
|
|
|
.mixbufsize = 2048,
|
|
|
|
|
.audiodevice = 0,
|
|
|
|
|
.audiorate = 48000,
|
|
|
|
|
.audioformat = 0x24,
|
|
|
|
|
.audiochannels = 2,
|
2019-08-01 10:03:20 +10:00
|
|
|
|
|
|
|
|
.ui_scale = 1.0,
|
2019-07-30 11:04:02 +10:00
|
|
|
.ui_line_width = 0,
|
2019-08-01 10:03:20 +10:00
|
|
|
|
|
|
|
|
/** Default so DPI is detected automatically. */
|
|
|
|
|
.dpi = 0,
|
2023-03-17 04:19:05 +01:00
|
|
|
.scale_factor = 0.0,
|
|
|
|
|
.inv_scale_factor = 0.0, /* run-time. */
|
2019-07-30 11:04:02 +10:00
|
|
|
.pixelsize = 1,
|
|
|
|
|
.virtual_pixel = 0,
|
2019-08-01 10:03:20 +10:00
|
|
|
|
2019-07-30 11:04:02 +10:00
|
|
|
.scrollback = 256,
|
|
|
|
|
.node_margin = 80,
|
|
|
|
|
.transopts = USER_TR_TOOLTIPS,
|
|
|
|
|
.menuthreshold1 = 5,
|
|
|
|
|
.menuthreshold2 = 2,
|
|
|
|
|
.app_template = "",
|
|
|
|
|
|
|
|
|
|
/** Initialized by #UI_theme_init_default. */
|
2019-07-31 08:44:58 -06:00
|
|
|
.themes = {NULL},
|
2019-07-30 11:04:02 +10:00
|
|
|
|
|
|
|
|
/** Initialized by #uiStyleInit. */
|
2019-07-31 08:44:58 -06:00
|
|
|
.uifonts = {NULL},
|
|
|
|
|
.uistyles = {NULL},
|
2019-07-30 11:04:02 +10:00
|
|
|
|
2019-07-31 08:44:58 -06:00
|
|
|
.user_keymaps = {NULL},
|
|
|
|
|
.user_keyconfig_prefs = {NULL},
|
2019-07-30 11:04:02 +10:00
|
|
|
|
|
|
|
|
/** Initialized by #BKE_blendfile_userdef_from_defaults. */
|
2019-07-31 08:44:58 -06:00
|
|
|
.addons = {NULL},
|
2019-07-30 11:04:02 +10:00
|
|
|
|
2019-07-31 08:44:58 -06:00
|
|
|
.autoexec_paths = {NULL},
|
|
|
|
|
.user_menus = {NULL},
|
2019-07-30 11:04:02 +10:00
|
|
|
|
2021-02-03 16:02:04 -07:00
|
|
|
.keyconfigstr = "Blender",
|
2019-07-30 11:04:02 +10:00
|
|
|
.undosteps = 32,
|
|
|
|
|
.undomemory = 0,
|
2020-07-28 22:06:44 +10:00
|
|
|
.gp_manhattandist = 1,
|
2019-07-30 11:04:02 +10:00
|
|
|
.gp_euclideandist = 2,
|
|
|
|
|
.gp_eraser = 25,
|
|
|
|
|
.gp_settings = 0,
|
2023-02-20 10:51:15 +01:00
|
|
|
#ifdef __APPLE__
|
|
|
|
|
.gpu_backend = GPU_BACKEND_METAL,
|
|
|
|
|
#else
|
2022-12-21 20:54:36 +01:00
|
|
|
.gpu_backend = GPU_BACKEND_OPENGL,
|
2023-02-20 10:51:15 +01:00
|
|
|
#endif
|
2019-07-30 11:04:02 +10:00
|
|
|
|
2021-07-23 16:56:00 +10:00
|
|
|
/** Initialized by: #BKE_studiolight_default. */
|
2019-07-30 11:04:02 +10:00
|
|
|
.light_param = {{0}},
|
|
|
|
|
.light_ambient = {0, 0, 0},
|
|
|
|
|
|
|
|
|
|
.gizmo_flag = USER_GIZMO_DRAW,
|
|
|
|
|
.gizmo_size = 75,
|
2021-01-24 13:45:17 +11:00
|
|
|
.gizmo_size_navigate_v3d = 80,
|
2019-07-30 11:04:02 +10:00
|
|
|
.edit_studio_light = 0,
|
|
|
|
|
.lookdev_sphere_size = 150,
|
|
|
|
|
.vbotimeout = 120,
|
|
|
|
|
.vbocollectrate = 60,
|
|
|
|
|
.textimeout = 120,
|
|
|
|
|
.texcollectrate = 60,
|
2019-08-01 10:03:20 +10:00
|
|
|
|
|
|
|
|
/** Clamped by half the systems memory. */
|
2019-07-30 11:04:02 +10:00
|
|
|
.memcachelimit = 4096,
|
2019-08-01 10:03:20 +10:00
|
|
|
|
2019-07-30 11:04:02 +10:00
|
|
|
.prefetchframes = 0,
|
|
|
|
|
.pad_rot_angle = 15,
|
|
|
|
|
.rvisize = 25,
|
|
|
|
|
.rvibright = 8,
|
2023-03-15 17:09:36 +01:00
|
|
|
.recent_files = 20,
|
2019-07-30 11:04:02 +10:00
|
|
|
.smooth_viewtx = 200,
|
|
|
|
|
.glreslimit = 0,
|
|
|
|
|
.color_picker_type = USER_CP_CIRCLE_HSV,
|
2019-10-01 21:38:44 +03:00
|
|
|
.auto_smoothing_new = FCURVE_SMOOTH_CONT_ACCEL,
|
2019-07-30 11:04:02 +10:00
|
|
|
.ipo_new = BEZT_IPO_BEZ,
|
|
|
|
|
.keyhandles_new = HD_AUTO_ANIM,
|
|
|
|
|
.view_frame_type = ZOOM_FRAME_MODE_KEEP_RANGE,
|
|
|
|
|
.view_frame_keyframes = 0,
|
|
|
|
|
.view_frame_seconds = 0.0,
|
|
|
|
|
.widget_unit = 0, /* run-time initialized. */
|
|
|
|
|
.anisotropic_filter = 2,
|
|
|
|
|
.tablet_api = USER_TABLET_AUTOMATIC,
|
|
|
|
|
.pressure_threshold_max = 1.0,
|
|
|
|
|
.pressure_softness = 0.0,
|
2019-11-29 18:41:07 +11:00
|
|
|
.ndof_sensitivity = 4.0,
|
|
|
|
|
.ndof_orbit_sensitivity = 4.0,
|
2019-07-30 11:04:02 +10:00
|
|
|
.ndof_deadzone = 0.1,
|
2019-11-28 15:06:04 +11:00
|
|
|
.ndof_flag = (NDOF_MODE_ORBIT | NDOF_LOCK_HORIZON | NDOF_SHOULD_PAN | NDOF_SHOULD_ZOOM |
|
2019-11-30 19:20:06 +11:00
|
|
|
NDOF_SHOULD_ROTATE |
|
|
|
|
|
/* Software from the driver authors follows this convention
|
2023-02-12 14:37:16 +11:00
|
|
|
* so invert this by default, see: #67579. */
|
2019-11-30 19:20:06 +11:00
|
|
|
NDOF_ROTX_INVERT_AXIS | NDOF_ROTY_INVERT_AXIS | NDOF_ROTZ_INVERT_AXIS |
|
|
|
|
|
NDOF_PANX_INVERT_AXIS | NDOF_PANY_INVERT_AXIS | NDOF_PANZ_INVERT_AXIS |
|
2022-02-23 21:25:46 +11:00
|
|
|
NDOF_ZOOM_INVERT | NDOF_CAMERA_PAN_ZOOM),
|
2019-07-30 11:04:02 +10:00
|
|
|
.image_draw_method = IMAGE_DRAW_METHOD_AUTO,
|
|
|
|
|
.glalphaclip = 0.004,
|
|
|
|
|
.autokey_mode = (AUTOKEY_MODE_NORMAL & ~AUTOKEY_ON),
|
|
|
|
|
.autokey_flag = AUTOKEY_FLAG_XYZ2RGB,
|
2023-03-09 14:15:23 +01:00
|
|
|
.animation_flag = USER_ANIM_HIGH_QUALITY_DRAWING,
|
2019-07-30 11:04:02 +10:00
|
|
|
.text_render = 0,
|
|
|
|
|
.navigation_mode = VIEW_NAVIGATION_WALK,
|
2019-08-04 01:22:38 +10:00
|
|
|
.view_rotate_sensitivity_turntable = DEG2RAD(0.4),
|
|
|
|
|
.view_rotate_sensitivity_trackball = 1.0f,
|
2019-07-30 11:04:02 +10:00
|
|
|
|
|
|
|
|
/** Initialized by #BKE_colorband_init. */
|
|
|
|
|
.coba_weight = {0},
|
|
|
|
|
|
|
|
|
|
.sculpt_paint_overlay_col = {0, 0, 0},
|
|
|
|
|
.gpencil_new_layer_col = {0.38, 0.61, 0.78, 0.9},
|
|
|
|
|
.drag_threshold_mouse = 3,
|
|
|
|
|
.drag_threshold_tablet = 10,
|
|
|
|
|
.drag_threshold = 30,
|
|
|
|
|
.move_threshold = 2,
|
|
|
|
|
.font_path_ui = "",
|
|
|
|
|
.font_path_ui_mono = "",
|
|
|
|
|
.compute_device_type = 0,
|
|
|
|
|
.fcu_inactive_alpha = 0.25,
|
|
|
|
|
.pie_tap_timeout = 20,
|
|
|
|
|
.pie_initial_timeout = 0,
|
|
|
|
|
.pie_animation_timeout = 6,
|
|
|
|
|
.pie_menu_confirm = 0,
|
|
|
|
|
.pie_menu_radius = 100,
|
|
|
|
|
.pie_menu_threshold = 12,
|
2019-09-05 03:16:52 +10:00
|
|
|
.factor_display_type = USER_FACTOR_AS_FACTOR,
|
2019-09-19 11:11:17 +02:00
|
|
|
.render_display_type = USER_RENDER_DISPLAY_WINDOW,
|
|
|
|
|
.filebrowser_display_type = USER_TEMP_SPACE_DISPLAY_WINDOW,
|
2019-09-05 03:16:52 +10:00
|
|
|
.viewport_aa = 8,
|
|
|
|
|
|
2019-07-30 11:04:02 +10:00
|
|
|
.walk_navigation =
|
|
|
|
|
{
|
|
|
|
|
.mouse_speed = 1,
|
|
|
|
|
.walk_speed = 2.5,
|
|
|
|
|
.walk_speed_factor = 5,
|
|
|
|
|
.view_height = 1.6,
|
|
|
|
|
.jump_height = 0.4,
|
|
|
|
|
.teleport_time = 0.2,
|
|
|
|
|
.flag = 0,
|
|
|
|
|
},
|
2019-09-05 03:16:52 +10:00
|
|
|
|
|
|
|
|
.space_data =
|
|
|
|
|
{
|
|
|
|
|
.section_active = USER_SECTION_INTERFACE,
|
|
|
|
|
},
|
|
|
|
|
|
UI: Remember File Browser Display Options in Preferences
This makes it so that some display related properties of the file
browser state are remembered in the Preferences. Otherwise, users often
end up doing the same set up work over and over again, so this is a
nice way to save users some work.
It's typical for other file browsers to remember their state too, so
another benefit is having a more conventional behavior, meeting user
expectations better.
Some points:
* We currently store: Window size, display type, thumbnail size,
enabled details-columns, sort options, "Show Hidden" option. More can
be added easily.
* No changes are stored to the Preferences if "Auto-save Preferences"
is disabled. This is how Quick Favorites behave too and it's a
reasonable way to make this behavior optional.
* The Preferences are only saved to permanent memory upon closing
Blender, following existing convention of Preferences and Quick
Favorites.
* If settings weren't actually changed, Preference saving is skipped.
* Only temporary file browsers save their state (invoked through
actions like open or save), not regular file browser editors. These
are usually used for different purposes and workflows.
* Removes "Show Thumbnails" Preferences option. It would need some
special handling, possibly introducing bugs. For users, this
simplifies behavior and should make things more predictable.
Left in DNA data in case we decide to bring it back.
Reviewers: brecht, #user_interface, billreynish, campbellbarton
Reviewed By: #user_interface, William Reynish, Campbell Barton, Brecht
van Lommel (quick first pass review in person)
Maniphest Tasks: T69460
Differential Revision: https://developer.blender.org/D5893
2019-09-30 18:54:11 +02:00
|
|
|
.file_space_data =
|
|
|
|
|
{
|
|
|
|
|
.display_type = FILE_VERTICALDISPLAY,
|
|
|
|
|
.thumbnail_size = 128,
|
|
|
|
|
.sort_type = FILE_SORT_ALPHA,
|
|
|
|
|
.details_flags = FILE_DETAILS_SIZE | FILE_DETAILS_DATETIME,
|
|
|
|
|
.flag = FILE_HIDE_DOT,
|
2019-10-16 12:04:56 +02:00
|
|
|
.filter_id = FILTER_ID_ALL,
|
UI: Remember File Browser Display Options in Preferences
This makes it so that some display related properties of the file
browser state are remembered in the Preferences. Otherwise, users often
end up doing the same set up work over and over again, so this is a
nice way to save users some work.
It's typical for other file browsers to remember their state too, so
another benefit is having a more conventional behavior, meeting user
expectations better.
Some points:
* We currently store: Window size, display type, thumbnail size,
enabled details-columns, sort options, "Show Hidden" option. More can
be added easily.
* No changes are stored to the Preferences if "Auto-save Preferences"
is disabled. This is how Quick Favorites behave too and it's a
reasonable way to make this behavior optional.
* The Preferences are only saved to permanent memory upon closing
Blender, following existing convention of Preferences and Quick
Favorites.
* If settings weren't actually changed, Preference saving is skipped.
* Only temporary file browsers save their state (invoked through
actions like open or save), not regular file browser editors. These
are usually used for different purposes and workflows.
* Removes "Show Thumbnails" Preferences option. It would need some
special handling, possibly introducing bugs. For users, this
simplifies behavior and should make things more predictable.
Left in DNA data in case we decide to bring it back.
Reviewers: brecht, #user_interface, billreynish, campbellbarton
Reviewed By: #user_interface, William Reynish, Campbell Barton, Brecht
van Lommel (quick first pass review in person)
Maniphest Tasks: T69460
Differential Revision: https://developer.blender.org/D5893
2019-09-30 18:54:11 +02:00
|
|
|
|
2020-09-03 10:02:09 -05:00
|
|
|
.temp_win_sizex = 1060,
|
UI: Remember File Browser Display Options in Preferences
This makes it so that some display related properties of the file
browser state are remembered in the Preferences. Otherwise, users often
end up doing the same set up work over and over again, so this is a
nice way to save users some work.
It's typical for other file browsers to remember their state too, so
another benefit is having a more conventional behavior, meeting user
expectations better.
Some points:
* We currently store: Window size, display type, thumbnail size,
enabled details-columns, sort options, "Show Hidden" option. More can
be added easily.
* No changes are stored to the Preferences if "Auto-save Preferences"
is disabled. This is how Quick Favorites behave too and it's a
reasonable way to make this behavior optional.
* The Preferences are only saved to permanent memory upon closing
Blender, following existing convention of Preferences and Quick
Favorites.
* If settings weren't actually changed, Preference saving is skipped.
* Only temporary file browsers save their state (invoked through
actions like open or save), not regular file browser editors. These
are usually used for different purposes and workflows.
* Removes "Show Thumbnails" Preferences option. It would need some
special handling, possibly introducing bugs. For users, this
simplifies behavior and should make things more predictable.
Left in DNA data in case we decide to bring it back.
Reviewers: brecht, #user_interface, billreynish, campbellbarton
Reviewed By: #user_interface, William Reynish, Campbell Barton, Brecht
van Lommel (quick first pass review in person)
Maniphest Tasks: T69460
Differential Revision: https://developer.blender.org/D5893
2019-09-30 18:54:11 +02:00
|
|
|
.temp_win_sizey = 600,
|
|
|
|
|
},
|
|
|
|
|
|
2020-03-19 00:05:18 +01:00
|
|
|
.sequencer_disk_cache_dir = "",
|
|
|
|
|
.sequencer_disk_cache_compression = 0,
|
|
|
|
|
.sequencer_disk_cache_size_limit = 100,
|
|
|
|
|
.sequencer_disk_cache_flag = 0,
|
2021-03-16 18:47:23 +01:00
|
|
|
.sequencer_proxy_setup = USER_SEQ_PROXY_SETUP_AUTOMATIC,
|
2020-03-19 00:05:18 +01:00
|
|
|
|
2020-05-12 10:59:41 +02:00
|
|
|
.collection_instance_empty_size = 1.0f,
|
|
|
|
|
|
2020-07-18 07:49:25 -07:00
|
|
|
.statusbar_flag = STATUSBAR_SHOW_VERSION,
|
2021-09-16 17:39:19 -07:00
|
|
|
.file_preview_type = USER_FILE_PREVIEW_AUTO,
|
2020-07-18 07:49:25 -07:00
|
|
|
|
2019-07-30 11:04:02 +10:00
|
|
|
.runtime =
|
|
|
|
|
{
|
|
|
|
|
.is_dirty = 0,
|
|
|
|
|
},
|
|
|
|
|
};
|