Weight Paint: Enable Transfer Weights tool for Obejcts with no Vertex Groups

This commit is contained in:
Gaia Clary 2013-07-03 15:57:30 +00:00
parent c9e56955cf
commit bce00b605c

@ -1126,7 +1126,10 @@ class VIEW3D_PT_tools_weightpaint(View3DPanel, Panel):
col.operator("object.vertex_group_clean", text="Clean")
col.operator("object.vertex_group_levels", text="Levels")
col.operator("object.vertex_group_blend", text="Blend")
col = layout.column()
col.operator("object.vertex_group_transfer_weight", text="Transfer Weights")
col = layout.column()
col.active = ob.vertex_groups.active is not None
col.operator("object.vertex_group_limit_total", text="Limit Total")
col.operator("object.vertex_group_fix", text="Fix Deforms")
col.operator("paint.weight_gradient")