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:
authorTon Roosendaal <ton@blender.org>2004-01-12 19:51:33 +0300
committerTon Roosendaal <ton@blender.org>2004-01-12 19:51:33 +0300
commit3805cf23f5d2384f3fc45c4feb49708984241622 (patch)
treefe0fd5167621cbc45b33c99d8ee08b9f327fcdab /source/blender/src/editface.c
parent501adfba4228e1338eb74f0dc5706083438dbe4e (diff)
- fix for calling 'unwrap UV' from faceselect view3d pulldown. it needed
a 'winset' to activate window, otherwise header still active - removed 'size' button from Magic texture, was accidentally added
Diffstat (limited to 'source/blender/src/editface.c')
-rw-r--r--source/blender/src/editface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editface.c b/source/blender/src/editface.c
index b925b43b0fe..88b35777da8 100644
--- a/source/blender/src/editface.c
+++ b/source/blender/src/editface.c
@@ -639,6 +639,7 @@ void uv_autocalc_tface()
int a, b;
short cox, coy, mode, adr[2];
+ areawinset(curarea->win);
persp(PERSP_VIEW);
me= get_mesh(ob=OBACT);