fix for divide by zero on vertex dirt script, show from the vertex paint menu

This commit is contained in:
Campbell Barton
2010-04-21 16:22:37 +00:00
parent ec9f2af659
commit bd1363a898
2 changed files with 12 additions and 6 deletions

View File

@@ -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):