2.5 Weight Paint UI:

* Added menu entry for "Set Weight" Tool. Request by venomgfx :)
This commit is contained in:
2011-04-01 22:19:03 +00:00
parent 6d4f57bc3a
commit 1f7ed6a931
2 changed files with 5 additions and 1 deletions

View File

@@ -1052,6 +1052,10 @@ class VIEW3D_MT_paint_weight(bpy.types.Menu):
layout.operator("object.vertex_group_invert", text="Invert")
layout.operator("object.vertex_group_clean", text="Clean")
layout.operator("object.vertex_group_levels", text="Levels")
layout.separator()
layout.operator("paint.weight_set")
# ********** Sculpt menu **********