Add key shortcut for context sensitive dissolve, Ctrl+X / Ctrl+Delete (as with node editor)

This commit is contained in:
2013-08-06 05:01:11 +00:00
parent 34aa68f299
commit 4d9d21600d
3 changed files with 54 additions and 6 deletions

View File

@@ -204,6 +204,7 @@ void MESH_OT_tris_convert_to_quads(struct wmOperatorType *ot);
void MESH_OT_dissolve_verts(struct wmOperatorType *ot);
void MESH_OT_dissolve_edges(struct wmOperatorType *ot);
void MESH_OT_dissolve_faces(struct wmOperatorType *ot);
void MESH_OT_dissolve_mode(struct wmOperatorType *ot);
void MESH_OT_dissolve_limited(struct wmOperatorType *ot);
void MESH_OT_delete_edgeloop(struct wmOperatorType *ot);
void MESH_OT_edge_face_add(struct wmOperatorType *ot);