Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-19 21:16:39 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-19 21:16:39 +0300
commitd555c92e3c57131433269ded1b679112d83390f4 (patch)
treebe6ba93b0ef90e31d377b473cdcf7a2669ced936 /intern/cycles/blender/addon/operators.py
parent83de13f75aafca7d4e1d58ddd36cca19121aa84f (diff)
Cleanup: fix debug warnign due to tooltip ending in dot.
Diffstat (limited to 'intern/cycles/blender/addon/operators.py')
-rw-r--r--intern/cycles/blender/addon/operators.py2
1 files changed, 1 insertions, 1 deletions
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"