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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2005-08-11 04:00:24 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2005-08-11 04:00:24 +0400
commit2f32c8451cf3afb2fbac412a43e39a29054a3dc5 (patch)
treea74753789fe581f5b78efadae4b057b58eeb8c38 /source/blender/include/BDR_editface.h
parent2b40f19c5bad84e264fc0b4e79f5ee5488e89f9c (diff)
New "Mirror UVs" function in faceselect mode, to complement Rotate UVs.
It mirrors the UVs or Vertex Colors of individual faces (on the red edge of the UV face). Patch provided by Martin Poirier, thanks!
Diffstat (limited to 'source/blender/include/BDR_editface.h')
-rw-r--r--source/blender/include/BDR_editface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editface.h b/source/blender/include/BDR_editface.h
index 7eaf47d15d8..85ba851d6bb 100644
--- a/source/blender/include/BDR_editface.h
+++ b/source/blender/include/BDR_editface.h
@@ -47,6 +47,7 @@ void select_linked_tfaces(int mode);
void deselectall_tface(void);
void selectswap_tface(void);
void rotate_uv_tface(void);
+void mirror_uv_tface(void);
void minmax_tface(float *min, float *max);
int face_pick(struct Mesh *me, short x, short y, unsigned int *index);
void face_select(void);