[Bf-extensions-cvs] [5be0ed3] master: Warnings: quiet prints for bl_load_addons.py

Campbell Barton noreply at git.blender.org
Wed Jan 21 02:20:38 CET 2015


Commit: 5be0ed31f09a0c3696973a3815db306ed08905bf
Author: Campbell Barton
Date:   Wed Jan 21 12:19:34 2015 +1100
Branches: master
https://developer.blender.org/rBA5be0ed31f09a0c3696973a3815db306ed08905bf

Warnings: quiet prints for bl_load_addons.py

===================================================================

M	io_export_unreal_psk_psa.py
M	node_efficiency_tools.py

===================================================================

diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index aac3b43..a3846ed 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -2415,7 +2415,7 @@ def udkupdateobjects():
                 count += 1
 
 class OBJECT_OT_UDKObjUpdate(bpy.types.Operator):
-    """This will update the filter of the mesh and armature."""
+    """This will update the filter of the mesh and armature"""
     bl_idname = "object.selobjectpdate"
     bl_label = "Update Object(s)"
 
diff --git a/node_efficiency_tools.py b/node_efficiency_tools.py
index c4214dd..3ee81e9 100644
--- a/node_efficiency_tools.py
+++ b/node_efficiency_tools.py
@@ -2370,7 +2370,7 @@ class NWClearLabel(Operator, NWBase):
 
 
 class NWModifyLabels(Operator, NWBase):
-    """Modify Labels of all selected nodes."""
+    """Modify Labels of all selected nodes"""
     bl_idname = "node.nw_modify_labels"
     bl_label = "Modify Labels"
     bl_options = {'REGISTER', 'UNDO'}



More information about the Bf-extensions-cvs mailing list