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>2004-04-24 01:38:01 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2004-04-24 01:38:01 +0400
commit8ff958e821b2d42b74c68af02ac9224fae734e86 (patch)
treec25ecbcf00a9189045ed531ee16f51fdfd83c0be /source/blender/include/BIF_editsima.h
parentdffa667674a1fda23328a93b2b49d549906bb49b (diff)
The Anim and Tiles settings in the Image Window are now available again, in the
new Properties panel (was first called Transform Properties). They include the same settings as were previously found in the window header: Anim toggle, Start/End frame, Speed, Tiles toggle, X repeat and Y repeat. The Tiles button used to work incorrectly in 2.25, this is now fixed too. The drawing of the UV Vertex transform buttons in the Properties panel used to give popup error messages when in Edit Mode (uv_tface_editing_is_allowed is not silent). Also these buttons would still draw in Edit Mode. Both are problems are solved now.
Diffstat (limited to 'source/blender/include/BIF_editsima.h')
-rw-r--r--source/blender/include/BIF_editsima.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editsima.h b/source/blender/include/BIF_editsima.h
index 86715b4947f..e3e803ad5d2 100644
--- a/source/blender/include/BIF_editsima.h
+++ b/source/blender/include/BIF_editsima.h
@@ -31,6 +31,7 @@
*/
int is_uv_tface_editing_allowed(void);
+int is_uv_tface_editing_allowed_silent(void);
void borderselect_sima(void);
void mouseco_to_curtile(void);
void mouse_select_sima(void);