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:
authorTon Roosendaal <ton@blender.org>2005-05-01 01:19:19 +0400
committerTon Roosendaal <ton@blender.org>2005-05-01 01:19:19 +0400
commit42ae9128fab8e6ec294c16cb2ce4eedcde9c4aed (patch)
tree0cea2bec50b4065cbe590aebf9abe9b0268dc81e /source/blender/include/BIF_editsima.h
parent413677cafffd797524bb1ac5dd2ec42957a56a30 (diff)
Removal of old transform() <sob> part one.
- added in new transform the (not so useful but yah) old feature that does scrollwheel zoom during transform - had to change transform call arguments for uv-window/sequence/oops to match new transform for mouse callback TODO (for martin?) - pulldown menu support to call with local axes compliant as for pressing it with hotkey - mirrormenu() still uses old transform stuff...
Diffstat (limited to 'source/blender/include/BIF_editsima.h')
-rw-r--r--source/blender/include/BIF_editsima.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editsima.h b/source/blender/include/BIF_editsima.h
index ac1b5c09356..5dd38f9d922 100644
--- a/source/blender/include/BIF_editsima.h
+++ b/source/blender/include/BIF_editsima.h
@@ -40,7 +40,7 @@ void mouseco_to_curtile(void);
void mouse_select_sima(void);
void select_swap_tface_uv(void);
void tface_do_clip(void);
-void transform_tface_uv(int mode);
+void transform_tface_uv(int mode, int context);
void mirrormenu_tface_uv(void);
void mirror_tface_uv(char mirroraxis);
void hide_tface_uv(int swap);