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:
authorMartin Poirier <theeth@yahoo.com>2009-11-16 23:50:02 +0300
committerMartin Poirier <theeth@yahoo.com>2009-11-16 23:50:02 +0300
commit98d4a56d5517be497c4628ad8bf67082d21767f2 (patch)
tree0e3c013e6d2d7dab2c78cef6cd08e0274762b320 /source/blender/makesrna/RNA_enum_types.h
parent6ed0686fccb9bf5804acfb4be25a4fccf9de9f83 (diff)
Fixing keymap export:
- Didn't support new userdef keymaps (new "active" rna function to get the active version of a keymap) - Didn't support modal keymaps (new "modal" param to add_keymap function, new "add_modal_item" function on keymaps (both functions now make sure the keymap is of the right type))
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 318178d1522..13e2d5a2dc2 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -67,6 +67,8 @@ extern EnumPropertyItem object_type_items[];
extern EnumPropertyItem space_type_items[];
+extern EnumPropertyItem keymap_propvalue_items[];
+
struct bContext;
struct PointerRNA;
EnumPropertyItem *rna_TransformOrientation_itemf(struct bContext *C, struct PointerRNA *ptr, int *free);