Additional Shape Vert Copy Tools in editmode WKEY

Copy Shape Verts Blend (interactive blending copy)
Propagate Verts (copys selected verts from current to all other shapes)

UI for interactive needs work and Propagate verts needs tidying up, propagation does not show yet until TAB :(
This commit is contained in:
2005-12-22 21:59:56 +00:00
parent 17210112a1
commit 04e24d868e
3 changed files with 130 additions and 8 deletions

View File

@@ -197,7 +197,8 @@ int editedge_containsVert(struct EditEdge *eed, struct EditVert *eve);
int editface_containsVert(struct EditFace *efa, struct EditVert *eve);
int editface_containsEdge(struct EditFace *efa, struct EditEdge *eed);
void shape_copy_select_from(void);
void shape_copy_select_from(int i);
void shape_propagate(void);
#endif