Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_userdef.c
| Show First 20 Lines • Show All 186 Lines • ▼ Show 20 Lines | if (!USER_VERSION_ATLEAST(283, 5)) { | ||||
| FROM_DEFAULT_V4_UCHAR(space_sequencer.time_marker_line_selected); | FROM_DEFAULT_V4_UCHAR(space_sequencer.time_marker_line_selected); | ||||
| FROM_DEFAULT_V4_UCHAR(space_clip.time_marker_line_selected); | FROM_DEFAULT_V4_UCHAR(space_clip.time_marker_line_selected); | ||||
| } | } | ||||
| if (!USER_VERSION_ATLEAST(283, 6)) { | if (!USER_VERSION_ATLEAST(283, 6)) { | ||||
| btheme->space_node.grid_levels = U_theme_default.space_node.grid_levels; | btheme->space_node.grid_levels = U_theme_default.space_node.grid_levels; | ||||
| } | } | ||||
| if (!USER_VERSION_ATLEAST(283, 9)) { | |||||
| FROM_DEFAULT_V4_UCHAR(space_info.info_warning); | |||||
| } | |||||
| /** | /** | ||||
| * Versioning code until next subversion bump goes here. | * Versioning code until next subversion bump goes here. | ||||
| * | * | ||||
| * \note Be sure to check when bumping the version: | * \note Be sure to check when bumping the version: | ||||
| * - #BLO_version_defaults_userpref_blend in this file. | * - #BLO_version_defaults_userpref_blend in this file. | ||||
| * - "versioning_{BLENDER_VERSION}.c" | * - "versioning_{BLENDER_VERSION}.c" | ||||
| * | * | ||||
| * \note Keep this message at the bottom of the function. | * \note Keep this message at the bottom of the function. | ||||
| ▲ Show 20 Lines • Show All 544 Lines • Show Last 20 Lines | |||||