[Bf-extensions-cvs] [fba637f] master: Copy Attributes addon: Make copy bone shape also copy the wireframe display option

Daniel Salazar noreply at git.blender.org
Sun Nov 9 00:20:10 CET 2014


Commit: fba637f3162f91c57525b1c3cc9438ad1eb463fe
Author: Daniel Salazar
Date:   Sat Nov 8 17:19:41 2014 -0600
Branches: master
https://developer.blender.org/rBAfba637f3162f91c57525b1c3cc9438ad1eb463fe

Copy Attributes addon: Make copy bone shape also copy the wireframe display option

===================================================================

M	space_view3d_copy_attributes.py

===================================================================

diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 289e356..7f90ebe 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):



More information about the Bf-extensions-cvs mailing list