Cleanup: Animation, move AnimData API to anim_data.c/BKE_anim_data.h

The `BKE_animsys.h` and `anim_sys.c` files already had a an "AnimData
API" section. The code in that section has now been split off, and
placed into `BKE_anim_data.h` and `anim_data.c`.

All files that used to include `BKE_animsys.h` have been adjusted to
only include the animation headers they need (sometimes none).

No functional changes.
This commit is contained in:
2020-04-03 13:07:36 +02:00
parent 33ab613655
commit 3208454aa8
89 changed files with 1587 additions and 1496 deletions

View File

@@ -35,7 +35,7 @@
#include "ED_keyframes_edit.h"
#include "ED_keyframing.h"
#include "BKE_animsys.h"
#include "BKE_anim_data.h"
#include "BKE_context.h"
#include "BKE_fcurve.h"
#include "BKE_global.h"