From fba637f3162f91c57525b1c3cc9438ad1eb463fe Mon Sep 17 00:00:00 2001
From: Daniel Salazar <zanqdo@gmail.com>
Date: Sat, 8 Nov 2014 17:19:41 -0600
Subject: [PATCH] Copy Attributes addon: Make copy bone shape also copy the
 wireframe display option

---
 space_view3d_copy_attributes.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 289e356aa..7f90ebe49 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -160,6 +160,7 @@ def pVisScaExec(bone, active, context):
 
 def pDrwExec(bone, active, context):
     bone.custom_shape = active.custom_shape
+    bone.bone.show_wire = active.bone.show_wire
 
 
 def pLokExec(bone, active, context):
-- 
GitLab