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/space_buttons.c
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/space_buttons.c')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 893ef139bad..b0a9fb68ddf 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -185,6 +185,8 @@ static void buttons_main_area_draw(const bContext *C, ARegion *ar)
ED_region_panels(C, ar, vertical, "particle");
else if(sbuts->mainb == BCONTEXT_PHYSICS)
ED_region_panels(C, ar, vertical, "physics");
+ else if(sbuts->mainb == BCONTEXT_BONE)
+ ED_region_panels(C, ar, vertical, "bone");
sbuts->re_align= 0;
sbuts->mainbo= sbuts->mainb;