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>2012-04-17 19:40:04 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-04-17 19:40:04 +0400
commit8ae502ae99be5171d8da6643b5bbeab0794d3d7c (patch)
treee059f6399d1399b91c172a1c307ee47592d6eaad /source/blender/makesdna
parent3f9fce6542e92f4a62af326572bccd3a4cbcfce1 (diff)
Fix #30977: error loading modal keymaps from keyconfiguration presets.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index c86d9d17b1f..5a49e45cf5e 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -222,6 +222,7 @@ typedef struct wmKeyMapItem {
IDProperty *properties; /* operator properties, assigned to ptr->data and can be written to a file */
/* modal */
+ char propvalue_str[64]; /* runtime temporary storage for loading */
short propvalue; /* if used, the item is from modal map */
/* event */