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:
authorCampbell Barton <ideasman42@gmail.com>2015-01-21 04:19:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-21 04:19:34 +0300
commit5be0ed31f09a0c3696973a3815db306ed08905bf (patch)
tree047bfe7865de8f5b9dee50f879001c2a1a10c4dd /io_export_unreal_psk_psa.py
parentc3e89343528a926c9349e20af31873b1a9d3e95c (diff)
Warnings: quiet prints for bl_load_addons.py
Diffstat (limited to 'io_export_unreal_psk_psa.py')
-rw-r--r--io_export_unreal_psk_psa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index aac3b435..a3846ed5 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)"