Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/editmesh_utils.c
| Context not available. | |||||
| * \{ */ | * \{ */ | ||||
| /* last_sel, use em->act_face otherwise get the last selected face in the editselections | /* last_sel, use em->act_face otherwise get the last selected face in the editselections | ||||
| * at the moment, last_sel is mainly useful for making sure the space image dosnt flicker */ | * at the moment, last_sel is mainly useful for making sure the space image doesn't flicker */ | ||||
| BMFace *EDBM_uv_active_face_get(BMEditMesh *em, const bool sloppy, const bool selected) | BMFace *EDBM_uv_active_face_get(BMEditMesh *em, const bool sloppy, const bool selected) | ||||
| { | { | ||||
| BMFace *efa = NULL; | BMFace *efa = NULL; | ||||
| Context not available. | |||||