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,12 +29,17 @@
#include <Python.h>
#include "RNA_types.h"
#include "bpy_props.h"
#include "bpy_rna.h"
#include "bpy_util.h"
#include "BLI_utildefines.h"
#include "BKE_idprop.h"
#include "RNA_access.h"
#include "RNA_define.h" /* for defining our own rna */
#include "RNA_enum_types.h"