Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-10-22 23:17:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-22 23:17:46 +0400
commite8af794441bbce7ef49d872e8c3b2c2b7971e0e6 (patch)
tree5c0edc873c6dbfc73ff6884738317c7523fa7639 /source/blender/editors/include/ED_mesh.h
parente2b74dc7364a11b5328954b6a49a46cd44dfbd2e (diff)
face mask mode
- border select - linked selection (Ctrl+L) - select all
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index 991f87707c8..8c7e0bf607a 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -53,6 +53,7 @@ struct UvMapVert;
struct CustomData;
struct Material;
struct Object;
+struct recti;
#define EM_FGON_DRAW 1 // face flag
#define EM_FGON 2 // edge and face flag both
@@ -166,6 +167,9 @@ void EM_automerge(struct Scene *scene, struct Object *obedit, int update);
/* editface.c */
struct MTFace *EM_get_active_mtface(struct EditMesh *em, struct EditFace **act_efa, struct MCol **mcol, int sloppy);
int face_select(struct bContext *C, struct Object *ob, short mval[2], int extend);
+void face_borderselect(struct bContext *C, struct Object *ob, struct rcti *rect, int select);
+void deselectall_tface(struct Object *ob);
+void select_linked_tfaces(struct bContext *C, struct Object *ob, short mval[2], int mode);
/* object_vgroup.c */