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:
authorWilliam Reynish <billrey@me.com>2020-03-22 23:40:31 +0300
committerWilliam Reynish <billrey@me.com>2020-03-22 23:40:31 +0300
commit95b6090afca21b2e03bcd278ae94d1321e407029 (patch)
tree870fb6c21c781eb5ae7ed811b6a27520073e4178 /release/scripts/startup/bl_operators/vertexpaint_dirt.py
parentad7bb8e42c385f6777e14649bd238de2348ad31b (diff)
Fix T75018: Dirty vertex colours missing tooltip
Diffstat (limited to 'release/scripts/startup/bl_operators/vertexpaint_dirt.py')
-rw-r--r--release/scripts/startup/bl_operators/vertexpaint_dirt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_operators/vertexpaint_dirt.py b/release/scripts/startup/bl_operators/vertexpaint_dirt.py
index a249599b5d7..7024582ad30 100644
--- a/release/scripts/startup/bl_operators/vertexpaint_dirt.py
+++ b/release/scripts/startup/bl_operators/vertexpaint_dirt.py
@@ -145,6 +145,7 @@ from math import pi
class VertexPaintDirt(Operator):
+ '''Generate a dirt map gradient based on cavity'''
bl_idname = "paint.vertex_color_dirt"
bl_label = "Dirty Vertex Colors"
bl_options = {'REGISTER', 'UNDO'}