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:
authorCampbell Barton <ideasman42@gmail.com>2011-06-21 21:18:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-21 21:18:40 +0400
commit3dbeaddc3cef7f1acc648b26000d12f517794ddf (patch)
tree9504a298b90f2a27020b12cbe9a14da632835cc8 /space_view3d_copy_attributes.py
parent3745d7d672e32ee6492e7b235f42c3a41cfb8d41 (diff)
pep8 compliance
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index c6685c18..3a35ed1f 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -302,6 +302,7 @@ def obRot(ob, active, context):
def obSca(ob, active, context):
ob.scale = active.scale
+
def obVisLoc(ob, active, context):
if ob.parent:
mat = world_to_basis(active, ob, context)
@@ -324,7 +325,8 @@ def obVisSca(ob, active, context):
ob.scale = mat.to_scale()
else:
ob.scale = active.matrix_world.to_scale()
-
+
+
def obDrw(ob, active, context):
ob.draw_type = active.draw_type
ob.show_axis = active.show_axis