fix for divide by zero on vertex dirt script, show from the vertex paint menu
This commit is contained in:
@@ -850,6 +850,7 @@ class VIEW3D_MT_paint_vertex(bpy.types.Menu):
|
||||
layout = self.layout
|
||||
|
||||
layout.operator("paint.vertex_color_set")
|
||||
layout.operator("paint.vertex_color_dirt")
|
||||
|
||||
|
||||
class VIEW3D_MT_hook(bpy.types.Menu):
|
||||
|
||||
Reference in New Issue
Block a user