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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2005-04-24 15:57:23 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2005-04-24 15:57:23 +0400
commit0016d29b518f871bb88d9d9388b9a1d873b6d884 (patch)
tree5f43a5ac8393600a24fe0095836132e2cf3b43b0 /source/blender/include/BIF_drawimage.h
parent6379ff9b7046e9286aaa117e98cdaa932480008c (diff)
Make view translation and zooming 'smooth' in the uv editor. Power-of-two
zoom levels can be found in the View > View Navigation menu. Also Ctrl+MMB zooming was added. Added the E-key, LSCM unwrap popup back again.
Diffstat (limited to 'source/blender/include/BIF_drawimage.h')
-rw-r--r--source/blender/include/BIF_drawimage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BIF_drawimage.h b/source/blender/include/BIF_drawimage.h
index 8df27a364a5..cb3dc7a7a4a 100644
--- a/source/blender/include/BIF_drawimage.h
+++ b/source/blender/include/BIF_drawimage.h
@@ -42,8 +42,8 @@ void drawimagespace(struct ScrArea *sa, void *spacedata);
void draw_tfaces(void);
void image_changed(struct SpaceImage *sima, int dotile);
void image_home(void);
-void image_viewmove(void);
-void image_viewzoom(unsigned short event);
+void image_viewmove(int mode);
+void image_viewzoom(unsigned short event, int invert);
void image_viewcentre(void);
void uvco_to_areaco(float *vec, short *mval);
void uvco_to_areaco_noclip(float *vec, short *mval);