From ff43fa62cfd1017d949ea6c7546ae0e8398e400b Mon Sep 17 00:00:00 2001 From: Daniel Salazar <zanqdo@gmail.com> Date: Sat, 1 Oct 2011 09:57:55 +0000 Subject: [PATCH] Interesting that terminal now prints this kinda of errors! RNA_def_struct_ui_text: 'MESH_OT_copy_face_settings' '' description ends with a '.' ! --- space_view3d_copy_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py index 7c0abdc76..d7e8569ae 100644 --- a/space_view3d_copy_attributes.py +++ b/space_view3d_copy_attributes.py @@ -668,7 +668,7 @@ for name, draw_func, poll_func in _layer_menu_data: class MESH_OT_CopyFaceSettings(bpy.types.Operator): - """Copy settings from active face to all selected faces.""" + """Copy settings from active face to all selected faces""" bl_idname = 'mesh.copy_face_settings' bl_label = "Copy Face Settings" bl_options = {'REGISTER', 'UNDO'} -- GitLab