From 4022380dc6a70b5123282e912743e568a92adde2 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 18 May 2009 18:20:29 +0000 Subject: 2.5 UI: * Added new Buttons Tab "Bone" for Armature objects. * Validation of buttons selection, when object selection is changed. * added missing notifier for camera type and small layout change to the panel. * more shading color changes for menu and checkbox. --- source/blender/editors/space_buttons/buttons_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_buttons/buttons_intern.h') diff --git a/source/blender/editors/space_buttons/buttons_intern.h b/source/blender/editors/space_buttons/buttons_intern.h index 861f341dba9..cc8591f1368 100644 --- a/source/blender/editors/space_buttons/buttons_intern.h +++ b/source/blender/editors/space_buttons/buttons_intern.h @@ -43,6 +43,7 @@ struct bContext; #define BCONTEXT_PARTICLE 6 #define BCONTEXT_PHYSICS 7 #define BCONTEXT_GAME 8 +#define BCONTEXT_BONE 9 /* buts->scaflag */ #define BUTS_SENS_SEL 1 -- cgit v1.2.3