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:
authorJoshua Leung <aligorith@gmail.com>2009-02-12 04:11:29 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-12 04:11:29 +0300
commit9733eebd60237a841f1876557c55b78e353ae961 (patch)
tree522aad12ea9d1f50e3c5b9e96ca9a75f9e6ac00c /source/blender/windowmanager
parent9ad8f1cf6a1911516ebf48e268995bc0357ecf2c (diff)
KeyingSets: More work on preparing the UI
KeyingSets can now be added/removed. Next up, the code for the operators to add items to Keying Sets.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/WM_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index a8fb42c4ed0..2e7b31b0700 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -176,6 +176,7 @@ typedef struct wmNotifier {
#define ND_MODE (9<<16)
#define ND_RENDER_RESULT (10<<16)
#define ND_COMPO_RESULT (11<<16)
+#define ND_KEYINGSET (12<<16)
/* NC_OBJECT Object */
#define ND_TRANSFORM (16<<16)