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:
-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"