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-04-01 17:35:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-04-01 17:35:52 +0400
commit82e816eb1a8a37a9905c7a73da4555cc160c575b (patch)
treeb433c09a78d30631a222b81b0d10f66d6838900f /source/blender/src/editmesh_mods.c
parent7d6e7c716fcea69cacb74132efbae27133345f57 (diff)
added a sloppy option for getting the active face, which returns the last selected if none is active, made the uv calculation aspect correction use the active faces image rather then the last used image viewports.
Diffstat (limited to 'source/blender/src/editmesh_mods.c')
-rw-r--r--source/blender/src/editmesh_mods.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_mods.c b/source/blender/src/editmesh_mods.c
index 32dd9430cde..d1370cf56a5 100644
--- a/source/blender/src/editmesh_mods.c
+++ b/source/blender/src/editmesh_mods.c
@@ -1521,7 +1521,7 @@ void mesh_copy_menu(void)
MTFace *tf, *tf_act = NULL;
MCol *mcol, *mcol_act = NULL;
- efa_act = EM_get_actFace();
+ efa_act = EM_get_actFace(0);
if (efa_act) {
ret= pupmenu(