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:
authorDaniel Salazar <zanqdo@gmail.com>2014-11-09 02:19:41 +0300
committerDaniel Salazar <zanqdo@gmail.com>2014-11-09 02:19:41 +0300
commitfba637f3162f91c57525b1c3cc9438ad1eb463fe (patch)
treedd0e7e660e795f73f5d390f3b65829e5d92a36fb /space_view3d_copy_attributes.py
parentd9f575eb1738fd2b754913e341e7b53002a047bd (diff)
Copy Attributes addon: Make copy bone shape also copy the wireframe display option
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 289e356a..7f90ebe4 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):