Fix T75018: Dirty vertex colours missing tooltip

This commit is contained in:
William Reynish 2020-03-22 21:40:31 +01:00
parent ad7bb8e42c
commit 95b6090afc
Notes: blender-bot 2023-02-14 01:21:16 +01:00
Referenced by issue #75018, Dirty vertex colours missing tooltip
1 changed files with 1 additions and 0 deletions

View File

@ -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'}