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:
authorThomas Dinges <blender@dingto.org>2009-05-18 22:20:29 +0400
committerThomas Dinges <blender@dingto.org>2009-05-18 22:20:29 +0400
commit4022380dc6a70b5123282e912743e568a92adde2 (patch)
treeced8d0d88e1f8426a5fa20b92cb12f39cfef2374 /source/blender/editors/space_buttons/buttons_intern.h
parent0cd511eee8039f9c0f59004329cff911693ac761 (diff)
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.
Diffstat (limited to 'source/blender/editors/space_buttons/buttons_intern.h')
-rw-r--r--source/blender/editors/space_buttons/buttons_intern.h1
1 files changed, 1 insertions, 0 deletions
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