Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_userdef.c
| Show All 22 Lines | |||||
| * \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. | ||||
| */ | */ | ||||
| { | { | ||||
| /* Keep this block, even when empty. */ | /* Keep this block, even when empty. */ | ||||
| btheme->space_node.node_shadow_fac = U_theme_default.space_node.node_shadow_fac; | |||||
| } | } | ||||
| #undef FROM_DEFAULT_V4_UCHAR | #undef FROM_DEFAULT_V4_UCHAR | ||||
| #undef USER_VERSION_ATLEAST | #undef USER_VERSION_ATLEAST | ||||
| } | } | ||||
| /* UserDef.flag */ | /* UserDef.flag */ | ||||
| Show All 22 Lines | |||||