~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/include/BDR_editface.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: BDR_editface.h,v 1.8 2004/04/05 17:07:59 blendix Exp $
 
2
 * $Id: BDR_editface.h,v 1.10 2005/04/23 01:36:07 blendix Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
43
43
void make_tfaces(struct Mesh *me);
44
44
void reveal_tface(void);
45
45
void hide_tface(void);
46
 
void select_linked_tfaces(void);
 
46
void select_linked_tfaces(int mode);
47
47
void deselectall_tface(void);
48
48
void selectswap_tface(void);
49
49
void rotate_uv_tface(void);
50
 
int face_pick(struct Mesh *me, short x, short y);
 
50
void minmax_tface(float *min, float *max);
 
51
int face_pick(struct Mesh *me, short x, short y, unsigned int *index);
51
52
void face_select(void);
52
53
void face_borderselect(void);
53
54
float CalcNormUV(float *a, float *b, float *c);