From 9c2e4571ccffcaf1c1e1db94a79636a933e89086 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 1 Feb 2009 19:53:24 +0000 Subject: 2.5 Committed two posemode operators. Hide/Unhide. For people who want to check on adding operators, only check the changes in armature directory, rest is to get things to work, and a small bugfix :) --- 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 b9fe054685c..6f5ad0a80b9 100644 --- a/source/blender/windowmanager/WM_types.h +++ b/source/blender/windowmanager/WM_types.h @@ -202,6 +202,7 @@ typedef struct wmNotifier { #define NS_EDITMODE_MBALL (6<<8) #define NS_EDITMODE_LATTICE (7<<8) #define NS_EDITMODE_ARMATURE (8<<8) +#define NS_POSEMODE (9<<8) /* action classification */ -- cgit v1.2.3