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>2008-03-24 12:00:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-24 12:00:39 +0300
commitdbd64ac7514b4685c2cc8f6dcbdf5104648c17a1 (patch)
treecce3894d738dbae68dcfc142a6fe7300787bdbbe /source/blender/src/editsima.c
parentb20f6e27ff24f60bfa39b2311be3cc2f4130ac09 (diff)
uv stretch display respect image aspect ratio,
tooltip correction (bug #8660) ghostwinlay.c was missing string.h include
Diffstat (limited to 'source/blender/src/editsima.c')
-rw-r--r--source/blender/src/editsima.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editsima.c b/source/blender/src/editsima.c
index e94339d7a08..dcbd98f90ad 100644
--- a/source/blender/src/editsima.c
+++ b/source/blender/src/editsima.c
@@ -933,7 +933,7 @@ void borderselect_sima(short whichuvs)
efa->tmp.l = 0;
tface= CustomData_em_get(&em->fdata, efa->data, CD_MTFACE);
if (simaFaceDraw_Check(efa, tface)) {
- tface_center(tface, cent, (void *)efa->v4);
+ uv_center(tface->uv, cent, (void *)efa->v4);
if(BLI_in_rctf(&rectf, cent[0], cent[1])) {
efa->tmp.l = ok = 1;
}