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:
authorJacques Lucke <mail@jlucke.com>2019-05-14 12:39:15 +0300
committerJacques Lucke <mail@jlucke.com>2019-05-14 12:49:15 +0300
commit21bfc469abb88c171bb04379644a8595c31b8e12 (patch)
tree54684ad901e61eedf92452803941b664d7befbaa /source/blender/editors/animation/CMakeLists.txt
parent1c106e189aafe235ca5e83c97ce477c80ccc437a (diff)
Cleanup: rename ED_scrubbing.h to ED_time_scrub_ui.h
Also renames the corresponding .c file.
Diffstat (limited to 'source/blender/editors/animation/CMakeLists.txt')
-rw-r--r--source/blender/editors/animation/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/CMakeLists.txt b/source/blender/editors/animation/CMakeLists.txt
index 098c871823e..ce6778a1ff9 100644
--- a/source/blender/editors/animation/CMakeLists.txt
+++ b/source/blender/editors/animation/CMakeLists.txt
@@ -44,7 +44,6 @@ set(SRC
anim_markers.c
anim_motion_paths.c
anim_ops.c
- anim_scrubbing.c
drivers.c
fmodifier_ui.c
keyframes_draw.c
@@ -52,6 +51,7 @@ set(SRC
keyframes_general.c
keyframing.c
keyingsets.c
+ time_scrub_ui.c
anim_intern.h
)