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:
authorAdam Wiseman <wiseman303@hotmail.com>2011-03-01 07:47:40 +0300
committerAdam Wiseman <wiseman303@hotmail.com>2011-03-01 07:47:40 +0300
commit4ca98abc8c39994786a328384b930ab26bb2176a (patch)
tree73ffd12f90714a06375bcf04011e85ab9d6e9966 /space_view3d_copy_attributes.py
parent27b94db43628f84b57a8abe652eec41ae41d8e99 (diff)
Fixed edit mode copying that was broken in 2.56
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 9f96e0e3..49d6e61a 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -643,6 +643,9 @@ 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")
@classmethod
def poll(cls, context):