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>2007-09-30 12:28:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-09-30 12:28:15 +0400
commitb47c75953b78ec2645970effe189b8ed7cb7462c (patch)
treeab497bbf44a6a15226862868d127c50188a8d568 /source/blender/include
parent51b56a4d3f17e8cea35ba02132af0c2b893e1ff2 (diff)
- rewrote UV Stitch, (seperate from limit stitch now), does much less
work for same results. - UV Stitch with the V key was not working (as stated in the menu) - Rotate UV's and Colors now have an option for CCW (was in the menu but not implimented) - Draw face dot in UV when in face mode
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editsima.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editsima.h b/source/blender/include/BIF_editsima.h
index b85749f9f95..a515a01061a 100644
--- a/source/blender/include/BIF_editsima.h
+++ b/source/blender/include/BIF_editsima.h
@@ -93,7 +93,8 @@ void mirrormenu_tface_uv(void);
void mirror_tface_uv(char mirroraxis);
void hide_tface_uv(int swap);
void reveal_tface_uv(void);
-void stitch_uv_tface(int mode);
+void stitch_limit_uv_tface(void);
+void stitch_vert_uv_tface(void);
void unlink_selection(void);
void select_linked_tface_uv(int mode);
void pin_tface_uv(int mode);