From b2a8199d4ba545631a992af6a540dc2f2da186eb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 15 Sep 2007 10:43:13 +0000 Subject: added a transform panel to the UV/Image window - at the moment it sets UV and teh cursor location. added a stap menu to the UV/Image window for snapping the selection and cursor. reverted to drawing face dots in editmode when Limit Selection is enabled. even though its not needed for selection its consistent and dosnt look like modes are being changed. --- source/blender/include/BIF_drawimage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/include/BIF_drawimage.h') diff --git a/source/blender/include/BIF_drawimage.h b/source/blender/include/BIF_drawimage.h index 72562b76beb..ace95d82a81 100644 --- a/source/blender/include/BIF_drawimage.h +++ b/source/blender/include/BIF_drawimage.h @@ -64,6 +64,7 @@ void imagewin_store_spare(void); struct ImBuf *imagewindow_get_ibuf(struct SpaceImage *sima); void image_editvertex_buts(struct uiBlock *block); +void image_editcursor_buts(struct uiBlock *block); #endif -- cgit v1.2.3