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-01-12 02:40:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-12 02:40:01 +0300
commit689450a8f17c39708e90944555f73aa2f8bb8f17 (patch)
treef733546c2755b04bfcd9db28b820ec5a2358dc4c /source/blender/makesrna/RNA_types.h
parent3b1585b1722efcf06ef9aa8f9d673047e68a7b9d (diff)
rna/py api
bpy.data.groups.new()/remove() bpy.data.actions.new()/remove()
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 5ec2320e2dc..b5f3abf8b25 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -333,6 +333,8 @@ typedef struct ExtensionRNA {
#define MainLamps Main
#define MainObjects Main
#define MainTexts Main
+#define MainActions Main
+#define MainGroups Main
#ifdef __cplusplus
}