Add back Blend From Shape in mesh edit mode.

This commit is contained in:
2009-10-16 10:05:58 +00:00
parent 61a88bb597
commit 59f330cce0
5 changed files with 97 additions and 133 deletions

View File

@@ -139,6 +139,7 @@ void ED_operatortypes_mesh(void)
WM_operatortype_append(MESH_OT_flip_normals);
WM_operatortype_append(MESH_OT_knife_cut);
WM_operatortype_append(MESH_OT_rip);
WM_operatortype_append(MESH_OT_blend_from_shape);
WM_operatortype_append(MESH_OT_uv_texture_add);
WM_operatortype_append(MESH_OT_uv_texture_remove);