move anim functions out of bpy_rna.c, its getting too big.

This commit is contained in:
2011-03-02 04:51:43 +00:00
parent 21067886aa
commit e2304a4dbb
12 changed files with 452 additions and 335 deletions

View File

@@ -29,6 +29,8 @@
#include <Python.h>
#include "RNA_types.h"
#include "bpy_rna.h"
#include "bpy_rna_callback.h"
#include "bpy_util.h"
@@ -37,6 +39,8 @@
#include "DNA_screen_types.h"
#include "RNA_access.h"
#include "BKE_context.h"
#include "ED_space_api.h"