Blender Git Loki
Git Commits -> Revision 2f94b17
Revision 2f94b17 by Campbell Barton (master) April 16, 2019, 05:35 (GMT) |
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). |
Commit Details:
Full Hash: 2f94b170e4e2f62c069eb2ece1f39bace89338fa
Parent Commit: 5498e7f
Lines Changed: +349, -302
1 Added Path:
/source/blender/editors/animation/anim_motion_paths.c (+335, -0) (View)
8 Modified Paths:
/source/blender/blenkernel/BKE_anim.h (+0, -8) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+0, -2) (Diff)
/source/blender/blenkernel/intern/anim.c (+0, -292) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/armature/pose_edit.c (+1, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+9, -0) (Diff)
/source/blender/editors/object/object_edit.c (+1, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+0, -2) (Diff)
/source/blender/blenkernel/intern/anim.c (+0, -292) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/armature/pose_edit.c (+1, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+9, -0) (Diff)
/source/blender/editors/object/object_edit.c (+1, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+1, -0) (Diff)