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-23 00:16:02 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2005-04-23 00:16:02 +0400
commit6a00fcd90ca8a2c4bd3a0429d37be2ce6c2ac77a (patch)
tree8dadc718838f5d6711917b73991c2fdc2d9a28d6 /source/blender/include/BIF_editsima.h
parent43835d4d0450c15c4d8e962c0b979b34325f4c97 (diff)
Add "View Selected" (numpad .-key) for faceselect mode and the uv editor.
Also includes some 2d vector operations (subtract, dot, normalise).
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 c3750bfc018..00ba13a81dc 100644
--- a/source/blender/include/BIF_editsima.h
+++ b/source/blender/include/BIF_editsima.h
@@ -46,4 +46,5 @@ void unlink_selection(void);
void select_linked_tface_uv(void);
void toggle_uv_select(int mode);
void pin_tface_uv(int mode);
+int minmax_tface_uv(float *min, float *max);