Skip to content
Snippets Groups Projects
Commit ff43fa62 authored by Daniel Salazar's avatar Daniel Salazar
Browse files

Interesting that terminal now prints this kinda of errors!

RNA_def_struct_ui_text: 'MESH_OT_copy_face_settings' '' description ends with a '.' !
parent d03b6aa7
No related branches found
No related tags found
No related merge requests found
......@@ -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'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment