Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-05-28 09:17:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-28 09:17:15 +0300
commit7bf8d8b3c89cfda3245c1e36e03279c1c970740b (patch)
tree2798d49b84cbe33993d2526bc463f44791c29183 /source/blender/blenloader
parent8d81a3da37c45d2b61f1616522c7540445312604 (diff)
Cleanup: use time scrub instead of scrubbing
Renaming was only done to ED_time_scrub_ui.h, function names and struct members used term 'scrubbing' which is ambiguous.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_userdef.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/blenloader/intern/versioning_userdef.c b/source/blender/blenloader/intern/versioning_userdef.c
index d1cb9d32212..89f4d86b1b8 100644
--- a/source/blender/blenloader/intern/versioning_userdef.c
+++ b/source/blender/blenloader/intern/versioning_userdef.c
@@ -127,11 +127,11 @@ static void do_versions_theme(const UserDef *userdef, bTheme *btheme)
FROM_DEFAULT_V4_UCHAR(space_sequencer.text);
FROM_DEFAULT_V4_UCHAR(space_clip.text);
- FROM_DEFAULT_V4_UCHAR(space_graph.scrubbing_background);
- FROM_DEFAULT_V4_UCHAR(space_action.scrubbing_background);
- FROM_DEFAULT_V4_UCHAR(space_nla.scrubbing_background);
- FROM_DEFAULT_V4_UCHAR(space_sequencer.scrubbing_background);
- FROM_DEFAULT_V4_UCHAR(space_clip.scrubbing_background);
+ FROM_DEFAULT_V4_UCHAR(space_graph.time_scrub_background);
+ FROM_DEFAULT_V4_UCHAR(space_action.time_scrub_background);
+ FROM_DEFAULT_V4_UCHAR(space_nla.time_scrub_background);
+ FROM_DEFAULT_V4_UCHAR(space_sequencer.time_scrub_background);
+ FROM_DEFAULT_V4_UCHAR(space_clip.time_scrub_background);
}
if (!USER_VERSION_ATLEAST(280, 67)) {