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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user