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>2012-02-05 13:40:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-05 13:40:34 +0400
commitf5e765036da06edfa5b080b8a3395071e1b7ea75 (patch)
tree63854db8ae972e2ac453d01a6d202e990839d895 /space_view3d_copy_attributes.py
parent2300ca090ab57fb238ce86669bd17724168b1dd8 (diff)
Code Cleanup: pep8
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 18b9f518..4adab035 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -452,7 +452,8 @@ def obWei(ob, active, context):
vgroupIndex_weight[i][1], "REPLACE")
return('INFO', "weights copied")
-object_copies = ( # ('obj_loc', "Location",
+object_copies = (
+ #('obj_loc', "Location",
#"Copy Location from Active to Selected", obLoc),
#('obj_rot', "Rotation",
#"Copy Rotation from Active to Selected", obRot),