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:
authorJoshua Leung <aligorith@gmail.com>2010-07-27 09:53:29 +0400
committerJoshua Leung <aligorith@gmail.com>2010-07-27 09:53:29 +0400
commita3166d2997e2e3f111ea4ca9d9f1f26039215406 (patch)
treec93a9e70778d1882aa7736a975fe6b203b2ca20f /release
parentda060dad9938e5882e4f7b7bbf241b655f0054cb (diff)
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...!
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_data_armature.py3
1 files changed, 1 insertions, 2 deletions
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"