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:
authorCampbell Barton <ideasman42@gmail.com>2007-04-14 17:18:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-14 17:18:24 +0400
commit0a0cf54a27dded2ec23a3ff7b1af9ff3426bfbcf (patch)
treeaf93660b6f2135b63015f1845920c0657e1cea7b /source/blender/include/BDR_editface.h
parent0a411c47049378906d1a4c3df4d6b6cb9f87ca9e (diff)
update to center view.
- Dont do anything if no verts or faces are selected (used to zoom into 0,0,0) - use the centers of dupli objects (should eventually use their bound boxes), much nicer when dealing with many dupli-objects
Diffstat (limited to 'source/blender/include/BDR_editface.h')
-rw-r--r--source/blender/include/BDR_editface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BDR_editface.h b/source/blender/include/BDR_editface.h
index 84c1e09d058..aa5276abe67 100644
--- a/source/blender/include/BDR_editface.h
+++ b/source/blender/include/BDR_editface.h
@@ -48,7 +48,7 @@ void deselectall_tface(void);
void selectswap_tface(void);
void rotate_uv_tface(void);
void mirror_uv_tface(void);
-void minmax_tface(float *min, float *max);
+int minmax_tface(float *min, float *max);
void face_select(void);
void face_borderselect(void);
void uv_autocalc_tface(void);