2.5 Weight Paint UI:
* Added menu entry for "Set Weight" Tool. Request by venomgfx :)
This commit is contained in:
@@ -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 **********
|
||||
|
||||
|
||||
Reference in New Issue
Block a user