Add "View Selected" (numpad .-key) for faceselect mode and the uv editor.

Also includes some 2d vector operations (subtract, dot, normalise).
This commit is contained in:
2005-04-22 20:16:02 +00:00
parent 43835d4d04
commit 6a00fcd90c
11 changed files with 186 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ void select_linked_tfaces(void);
void deselectall_tface(void);
void selectswap_tface(void);
void rotate_uv_tface(void);
void minmax_tface(float *min, float *max);
int face_pick(struct Mesh *me, short x, short y);
void face_select(void);
void face_borderselect(void);