From a3166d2997e2e3f111ea4ca9d9f1f26039215406 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Tue, 27 Jul 2010 05:53:29 +0000 Subject: Dammit to whoever removed the X-Ray button AGAIN from the armature buttons. I remember specifically restoring this a few months ago, but it seems to have gone missing again. Despite the overlap with Object draw settings, this is a one-off setting that you'll end up turning on/off quickly while working with armatures and is also more conveniently set while chosing armature drawtypes (than jumping back to object buttons). Grr...! --- release/scripts/ui/properties_data_armature.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'release') diff --git a/release/scripts/ui/properties_data_armature.py b/release/scripts/ui/properties_data_armature.py index 38903cc1f27..31ede4adfb5 100644 --- a/release/scripts/ui/properties_data_armature.py +++ b/release/scripts/ui/properties_data_armature.py @@ -120,6 +120,7 @@ class DATA_PT_display(DataButtonsPanel): if wide_ui: col = split.column() col.prop(arm, "draw_group_colors", text="Colors") + col.prop(ob, "x_ray", text="X-Ray") col.prop(arm, "delay_deform", text="Delay Refresh") @@ -173,8 +174,6 @@ class DATA_PT_bone_groups(DataButtonsPanel): # TODO: this panel will soon be depreceated too - - class DATA_PT_ghost(DataButtonsPanel): bl_label = "Ghost" -- cgit v1.2.3