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>2006-09-26 02:00:52 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2006-09-26 02:00:52 +0400
commit6587c3c6baffcfde952dd4194f366361f61b5ca6 (patch)
tree824a3da183a157fdebc2bd2b97c182fe39356a49 /source/blender/include/BIF_editsima.h
parent65895ba6bd018281441561255cf430b0ffcaf98e (diff)
Some UV/Image window changes:
- A new Save image function, next to the existing Save As. - Shortcut keys Alt+S, Alt+R, Alt+O and Alt+N for Save, Reload, Open and New image respectively, consistent with the text editor window. - Hide Select and UVs menus when UV editing isn't active. - Removed duplicate and unused code, also moved some functions.
Diffstat (limited to 'source/blender/include/BIF_editsima.h')
-rw-r--r--source/blender/include/BIF_editsima.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editsima.h b/source/blender/include/BIF_editsima.h
index 3c0084cf3f1..46444c88ae3 100644
--- a/source/blender/include/BIF_editsima.h
+++ b/source/blender/include/BIF_editsima.h
@@ -71,3 +71,12 @@ void sima_sample_color(void);
#define UV_SELECT_ALL 1
#define UV_SELECT_PINNED 2
+
+void new_image_sima(void);
+void reload_image_sima(void);
+void save_image_sima(void);
+void save_as_image_sima(void);
+void replace_image_sima(short imageselect);
+void open_image_sima(short imageselect);
+void pack_image_sima(void);
+