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>2021-03-18 15:46:25 +0300
committerVilém Duha <vilda.novak@gmail.com>2021-03-18 20:14:21 +0300
commitba9a1dbe2730be0534d42091a721d9c74f7b0c6f (patch)
tree5171a56e4f4d1929376f7cf8a4436cc5102e1e3f /blenderkit/autothumb.py
parent93d9e4c26bf2c6d4a06824cac340745f29fe50d1 (diff)
BlenderKit: Tooltip fixes
Diffstat (limited to 'blenderkit/autothumb.py')
-rw-r--r--blenderkit/autothumb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/autothumb.py b/blenderkit/autothumb.py
index 2a649427..9f47d3c3 100644
--- a/blenderkit/autothumb.py
+++ b/blenderkit/autothumb.py
@@ -272,7 +272,7 @@ class GenerateThumbnailOperator(bpy.types.Operator):
class GenerateMaterialThumbnailOperator(bpy.types.Operator):
- """Tooltip"""
+ """Generate default thumbnail with Cycles renderer."""
bl_idname = "object.blenderkit_material_thumbnail"
bl_label = "BlenderKit Material Thumbnail Generator"
bl_options = {'REGISTER', 'INTERNAL'}