[Bf-blender-cvs] [d555c92e3c5] blender2.7: Cleanup: fix debug warnign due to tooltip ending in dot.

Brecht Van Lommel noreply at git.blender.org
Tue Mar 19 19:17:07 CET 2019


Commit: d555c92e3c57131433269ded1b679112d83390f4
Author: Brecht Van Lommel
Date:   Tue Mar 19 19:16:39 2019 +0100
Branches: blender2.7
https://developer.blender.org/rBd555c92e3c57131433269ded1b679112d83390f4

Cleanup: fix debug warnign due to tooltip ending in dot.

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

M	intern/cycles/blender/addon/operators.py

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

diff --git a/intern/cycles/blender/addon/operators.py b/intern/cycles/blender/addon/operators.py
index f8511dc8de4..a21b422f675 100644
--- a/intern/cycles/blender/addon/operators.py
+++ b/intern/cycles/blender/addon/operators.py
@@ -126,7 +126,7 @@ class CYCLES_OT_denoise_animation(Operator):
 
 class CYCLES_OT_merge_images(Operator):
     "Combine OpenEXR multilayer images rendered with different sample" \
-    "ranges into one image with reduced noise."
+    "ranges into one image with reduced noise"
     bl_idname = "cycles.merge_images"
     bl_label = "Merge Images"



More information about the Bf-blender-cvs mailing list