Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_userdef.c
| Show First 20 Lines • Show All 1,005 Lines • ▼ Show 20 Lines | BKE_keyconfig_pref_filter_items(userdef, | ||||
| &((struct wmKeyConfigFilterItemParams){ | &((struct wmKeyConfigFilterItemParams){ | ||||
| .check_item = true, | .check_item = true, | ||||
| .check_diff_item_add = true, | .check_diff_item_add = true, | ||||
| }), | }), | ||||
| keymap_item_update_tweak_event, | keymap_item_update_tweak_event, | ||||
| NULL); | NULL); | ||||
| } | } | ||||
| if (!USER_VERSION_ATLEAST(302, 11)) { | |||||
| userdef->dupflag |= USER_DUP_CURVES | USER_DUP_POINTCLOUD; | |||||
| } | |||||
| /** | /** | ||||
| * 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: | ||||
| * - #do_versions_theme in this file. | * - #do_versions_theme 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 All 30 Lines | |||||