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:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-08-19 15:52:09 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-08-19 16:34:13 +0300
commit46aafbbf6683d20c57f3668d04ce1cf6cd14e0e8 (patch)
treeb37cf4a1e3eff5a21592cd47b5942a7e1b547415 /source/blender/editors/transform/transform_mode_timescale.c
parente648e388874a317f7846efe9ba7242a5b11a5650 (diff)
Cleanup: move animation snap utilities to a separate compilation unit
The snap functions of animation editors were scattered in `transform_mode` and `transform_snap`.
Diffstat (limited to 'source/blender/editors/transform/transform_mode_timescale.c')
-rw-r--r--source/blender/editors/transform/transform_mode_timescale.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform_mode_timescale.c b/source/blender/editors/transform/transform_mode_timescale.c
index 98ffc0abbd4..4123663e849 100644
--- a/source/blender/editors/transform/transform_mode_timescale.c
+++ b/source/blender/editors/transform/transform_mode_timescale.c
@@ -40,6 +40,8 @@
#include "transform.h"
#include "transform_convert.h"
+#include "transform_snap.h"
+
#include "transform_mode.h"
/* -------------------------------------------------------------------- */