Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_userdef.c
| Show First 20 Lines • Show All 330 Lines • ▼ Show 20 Lines | #define FROM_DEFAULT_V4_UCHAR(member) copy_v4_v4_uchar(btheme->member, U_theme_default.member) | ||||
| * \note Be sure to check when bumping the version: | * \note Be sure to check when bumping the version: | ||||
| * - #blo_do_versions_userdef in this file. | * - #blo_do_versions_userdef 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. | ||||
| */ | */ | ||||
| { | { | ||||
| /* Keep this block, even when empty. */ | /* Keep this block, even when empty. */ | ||||
| FROM_DEFAULT_V4_UCHAR(space_action.time_range); | |||||
| FROM_DEFAULT_V4_UCHAR(space_graph.time_range); | |||||
| FROM_DEFAULT_V4_UCHAR(space_nla.time_range); | |||||
| FROM_DEFAULT_V4_UCHAR(space_sequencer.time_range); | |||||
| FROM_DEFAULT_V4_UCHAR(space_clip.time_range); | |||||
| } | } | ||||
| #undef FROM_DEFAULT_V4_UCHAR | #undef FROM_DEFAULT_V4_UCHAR | ||||
| #undef USER_VERSION_ATLEAST | #undef USER_VERSION_ATLEAST | ||||
| } | } | ||||
| /* UserDef.flag */ | /* UserDef.flag */ | ||||
| ▲ Show 20 Lines • Show All 650 Lines • Show Last 20 Lines | |||||