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-05-11 23:58:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-05-11 23:58:46 +0400
commite459d5518ec2ac19e22e480e685ca8c1fbd318f8 (patch)
treeda06bdb518a368fed8440314162a09be310ced99 /source/blender/include
parent96486b356f7d035a7abc835adbef850c3f314264 (diff)
transform manipulator didnt follow the active face in some cases, also rotate about active mixed with normal did not work as it did in 2.45, where the active edge could be used
as a rotation axis (this is quite useful)
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index 86f84c1e028..ca9f3d6a378 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -260,5 +260,6 @@ int EM_vertColorCheck(void); /* can we edit colors for this mesh?*/
void EM_set_actFace(struct EditFace *efa);
struct EditFace * EM_get_actFace(int sloppy);
+int EM_get_actSelection(struct EditSelection *ese);
#endif