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>2007-06-10 18:06:34 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-06-10 18:06:34 +0400
commitd39d2e72797973fe079ab6e8a7810dbcb2c506b8 (patch)
tree93c8aea1171a5707c0868fb9ca90c71a56cc50e4 /source/blender/include/BIF_editsima.h
parent2393896ceedf34cb30767a8f08e8f216826af478 (diff)
Patch #6717:
Select Inverse function in the UV editor, by Juho Vepsalainen.
Diffstat (limited to 'source/blender/include/BIF_editsima.h')
-rw-r--r--source/blender/include/BIF_editsima.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editsima.h b/source/blender/include/BIF_editsima.h
index 6a67ebc7009..ec274290c91 100644
--- a/source/blender/include/BIF_editsima.h
+++ b/source/blender/include/BIF_editsima.h
@@ -52,6 +52,7 @@ void transform_aspect_ratio_tface_uv(float *aspx, float *aspy);
void borderselect_sima(short whichuvs);
void mouseco_to_curtile(void);
void mouse_select_sima(void);
+void select_invert_tface_uv(void);
void select_swap_tface_uv(void);
void mirrormenu_tface_uv(void);
void mirror_tface_uv(char mirroraxis);