From 9733eebd60237a841f1876557c55b78e353ae961 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 12 Feb 2009 01:11:29 +0000 Subject: 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. --- source/blender/windowmanager/WM_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/windowmanager') 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) -- cgit v1.2.3