*Added subdivide to armature toolbar, and gave it a hotkey (W)

*Fixed some remaining icon issue in the shape key properties
This commit is contained in:
2009-11-02 13:20:14 +00:00
parent a87c16947d
commit 9e9ab1a227
3 changed files with 10 additions and 3 deletions

View File

@@ -278,6 +278,7 @@ class VIEW3D_PT_tools_armatureedit(View3DPanel):
col = layout.column(align=True)
col.itemL(text="Modeling:")
col.itemO("armature.extrude_move")
col.itemO("armature.subdivide_multi", text="Subdivide")
col = layout.column(align=True)
col.itemL(text="Grease Pencil:")