Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-04-01 12:39:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-01 12:39:08 +0400
commitd1fef786b721183ebe20eeb7ada887db804d2560 (patch)
tree15aa6659f3a0443124d5e10b296fd57ea86c3ad4 /source/blender/makesrna/intern/rna_fcurve.c
parent86a112e8a521001669eeb939eeae3a87acac7f1a (diff)
allow action groups with "" name, (just uses "Group" instead)
Diffstat (limited to 'source/blender/makesrna/intern/rna_fcurve.c')
-rw-r--r--source/blender/makesrna/intern/rna_fcurve.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_fcurve.c b/source/blender/makesrna/intern/rna_fcurve.c
index 0e60616c4db..c1887a40583 100644
--- a/source/blender/makesrna/intern/rna_fcurve.c
+++ b/source/blender/makesrna/intern/rna_fcurve.c
@@ -38,6 +38,8 @@
#include "BLI_math.h"
+#include "BKE_action.h"
+
#include "WM_types.h"
#include "ED_keyframing.h"