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:
authorJiri Hnidek <jiri.hnidek@tul.cz>2009-07-29 18:07:51 +0400
committerJiri Hnidek <jiri.hnidek@tul.cz>2009-07-29 18:07:51 +0400
commit9547fc48ac653c039dc857d08ece8b1072d717c4 (patch)
treee55a87d2dca338b99044e50f7fce198ce65979fc /source/blender/makesrna/intern/rna_meta.c
parent2ee51efd6b5c3c0f90c6b0b07f7b4fc168cd9860 (diff)
- Fix some things I missed in my last commit
- Change name of OBJECT_OT_object_add operator - Use new OBJECT_OT_object_add operator in space_info.py
Diffstat (limited to 'source/blender/makesrna/intern/rna_meta.c')
-rw-r--r--source/blender/makesrna/intern/rna_meta.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_meta.c b/source/blender/makesrna/intern/rna_meta.c
index beb5bbaf51b..d57c102a35f 100644
--- a/source/blender/makesrna/intern/rna_meta.c
+++ b/source/blender/makesrna/intern/rna_meta.c
@@ -40,6 +40,7 @@
#include "BKE_depsgraph.h"
#include "WM_types.h"
+#include "WM_api.h"
static int rna_Meta_texspace_editable(PointerRNA *ptr)
{