Cleanup: move motion paths into editors/animation

Having this in blenkernel caused bad level calls to bf_editors_anim,
causing tests that use 'blenkernel' to require almost all libraries.
(complicating gtest linking & causing large binaries).
This commit is contained in:
2019-04-16 07:27:37 +02:00
parent 5498e7f193
commit 2f94b170e4
9 changed files with 349 additions and 302 deletions

View File

@@ -118,6 +118,7 @@ set(SRC
)
set(LIB
bf_editor_animation
bf_editor_interface
bf_editor_space_api
bf_python_gpu