[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2383] trunk/py/scripts/addons/ space_view3d_copy_attributes.py: Interesting that terminal now prints this kinda of errors!

Daniel Salazar zanqdo at gmail.com
Sat Oct 1 11:57:55 CEST 2011


Revision: 2383
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2383
Author:   zanqdo
Date:     2011-10-01 09:57:55 +0000 (Sat, 01 Oct 2011)
Log Message:
-----------
Interesting that terminal now prints this kinda of errors!

RNA_def_struct_ui_text: 'MESH_OT_copy_face_settings' '' description ends with a '.' !

Modified Paths:
--------------
    trunk/py/scripts/addons/space_view3d_copy_attributes.py

Modified: trunk/py/scripts/addons/space_view3d_copy_attributes.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_copy_attributes.py	2011-10-01 09:38:54 UTC (rev 2382)
+++ trunk/py/scripts/addons/space_view3d_copy_attributes.py	2011-10-01 09:57:55 UTC (rev 2383)
@@ -668,7 +668,7 @@
 
 
 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'}



More information about the Bf-extensions-cvs mailing list