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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-23 17:58:36 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-23 17:58:36 +0300
commit33e0ea0e5940dba240dc68fe44b5295c31dcb974 (patch)
tree621647cf7ddf2222d70baed9140768068e9ba113 /source/blender/makesrna/RNA_types.h
parent5fad6edcb010f75c3918d0a21bf95f94a687522b (diff)
py/rna functions for adding and removing curve data.
(commit 27666 by Campbell from render25 branch)
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 77eff6ad4c5..e09bd19774c 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -340,6 +340,7 @@ typedef struct ExtensionRNA {
#define MainActions Main
#define MainGroups Main
#define MainTextures Main
+#define MainCurves Main
#ifdef __cplusplus
}