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:
authorVilém Duha <vilda.novak@gmail.com>2020-01-13 12:35:57 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-01-13 12:36:32 +0300
commitea1aedbc57d46cedfae09be286b3fd64fa54c2c7 (patch)
tree7cb737752b897fc35639dbd1886ef54f86ac08ff /blenderkit/bg_blender.py
parentcca88a08d5f5537f5c5cf57d061bf4d4b935de71 (diff)
BlenderKit: UI typo fixes, and slight optimisation.
Diffstat (limited to 'blenderkit/bg_blender.py')
-rw-r--r--blenderkit/bg_blender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/bg_blender.py b/blenderkit/bg_blender.py
index 9d3521e4..e8ccb04d 100644
--- a/blenderkit/bg_blender.py
+++ b/blenderkit/bg_blender.py
@@ -155,7 +155,7 @@ process_sources = (
class KillBgProcess(bpy.types.Operator):
- '''Remove processes in background.'''
+ '''Remove processes in background'''
bl_idname = "object.kill_bg_process"
bl_label = "Kill Background Process"
bl_options = {'REGISTER'}