Fix T75018: Dirty vertex colours missing tooltip
This commit is contained in:
@@ -145,6 +145,7 @@ from math import pi
|
|||||||
|
|
||||||
|
|
||||||
class VertexPaintDirt(Operator):
|
class VertexPaintDirt(Operator):
|
||||||
|
'''Generate a dirt map gradient based on cavity'''
|
||||||
bl_idname = "paint.vertex_color_dirt"
|
bl_idname = "paint.vertex_color_dirt"
|
||||||
bl_label = "Dirty Vertex Colors"
|
bl_label = "Dirty Vertex Colors"
|
||||||
bl_options = {'REGISTER', 'UNDO'}
|
bl_options = {'REGISTER', 'UNDO'}
|
||||||
|
Reference in New Issue
Block a user