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-03-15 02:52:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-15 02:52:13 +0300
commitbbeb2132fc8a10a7b697ce30c72f4bbab5da25e0 (patch)
tree40469caafde843a087ff1d87a6e214288538265d /space_view3d_copy_attributes.py
parent374c7c2a7ba029236c9cceb63218453579ba70d8 (diff)
pep8 cleanup
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 49d6e61a..01379cc7 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -643,7 +643,7 @@ class MESH_OT_CopyFaceSettings(bpy.types.Operator):
bl_idname = 'mesh.copy_face_settings'
bl_label = "Copy Face Settings"
bl_options = {'REGISTER', 'UNDO'}
-
+
mode = bpy.props.StringProperty(name="mode")
layer = bpy.props.StringProperty(name="layer")