[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30794] trunk/blender/release/scripts/ui/ properties_data_armature.py: Dammit to whoever removed the X-Ray button AGAIN from the armature buttons .

Joshua Leung aligorith at gmail.com
Tue Jul 27 07:53:29 CEST 2010


Revision: 30794
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30794
Author:   aligorith
Date:     2010-07-27 07:53:29 +0200 (Tue, 27 Jul 2010)

Log Message:
-----------
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...!

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_data_armature.py

Modified: trunk/blender/release/scripts/ui/properties_data_armature.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_data_armature.py	2010-07-27 05:53:28 UTC (rev 30793)
+++ trunk/blender/release/scripts/ui/properties_data_armature.py	2010-07-27 05:53:29 UTC (rev 30794)
@@ -120,6 +120,7 @@
         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 @@
 
 
 # TODO: this panel will soon be depreceated too
-
-
 class DATA_PT_ghost(DataButtonsPanel):
     bl_label = "Ghost"
 





More information about the Bf-blender-cvs mailing list