Add key shortcut for context sensitive dissolve, Ctrl+X / Ctrl+Delete (as with node editor)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user