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>2007-03-22 23:32:20 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-03-22 23:32:20 +0300
commit5219812f55ce37a2bd0cb6461084963019e013b6 (patch)
tree190b9f6382dde48c0f23a28ec4d576ff47d4dcc0 /source/blender/include/BDR_unwrapper.h
parent8aafed560a71a76c1c784bda3f8851725c9ec10b (diff)
Added "Pack Charts" function in the UV editor, using Campbell's new box
packing code.
Diffstat (limited to 'source/blender/include/BDR_unwrapper.h')
-rw-r--r--source/blender/include/BDR_unwrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_unwrapper.h b/source/blender/include/BDR_unwrapper.h
index f83c8aa3f8c..6a2b54409c3 100644
--- a/source/blender/include/BDR_unwrapper.h
+++ b/source/blender/include/BDR_unwrapper.h
@@ -40,6 +40,7 @@ void select_linked_tfaces_with_seams(int mode, struct Mesh *me, unsigned int ind
void unwrap_lscm(short seamcut); /* unwrap faces selected in 3d view */
void minimize_stretch_tface_uv(void); /* optimize faces selected in uv editor */
+void pack_charts_tface_uv(void);
/* for live mode: no undo pushes, caching for quicky re-unwrap */
void unwrap_lscm_live_begin(void);