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/src/header_image.c
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/src/header_image.c')
-rw-r--r--source/blender/src/header_image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/header_image.c b/source/blender/src/header_image.c
index c9cde5436e8..86a53ba2b3d 100644
--- a/source/blender/src/header_image.c
+++ b/source/blender/src/header_image.c
@@ -970,10 +970,10 @@ static void do_image_uvsmenu(void *arg, int event)
else G.sima->flag |= SI_CLIP_UV;
break;
case 3: /* Limit Stitch UVs */
- stitch_uv_tface(1);
+ stitch_limit_uv_tface();
break;
case 4: /* Stitch UVs */
- stitch_uv_tface(0);
+ stitch_vert_uv_tface();
break;
case 5: /* Proportional Edit (toggle) */
if(G.scene->proportional)