Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBassam Kurdali <bkurdali@freefactory.org>2010-09-22 00:17:23 +0400
committerBassam Kurdali <bkurdali@freefactory.org>2010-09-22 00:17:23 +0400
commit43b6a495a49e0f0f92326b60fa3b3dc3b8851d9e (patch)
tree3331344a6349a8e5a9fb09573b0ab09ce7c1fc1d /space_view3d_copy_attributes.py
parent67c39f2162f55d6d6ec96bcd6ef5967b5c417719 (diff)
Fix from Randal Rickert to add x_ray to Draw mode copy, thanks!
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 099e1935..aed81ef1 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -306,6 +306,7 @@ def obDrw(ob, active, context):
ob.show_texture_space = active.show_texture_space
ob.show_transparent = active.show_transparent
ob.show_wire = active.show_wire
+ ob.show_x_ray = active.show_x_ray
ob.empty_draw_type = active.empty_draw_type
ob.empty_draw_size = active.empty_draw_size