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>2012-04-15 14:31:07 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-04-15 14:31:07 +0400
commitcda6230a852c51dfe713b221132cbf30be6a1d5d (patch)
treef6ebf67d5aec3a7db82744c0d9696472b47242d5 /source/blender/editors/uvedit/uvedit_parametrizer.h
parentdb53faffa3e86fb44bfa2a025a5261eb69d3bc09 (diff)
Fix #30952: uv unwrapper not working as well as 2.62 on some topologies, let the
unwrapper itself decide how to split quads since it has specific checks for the best unwrapping split built in, gives better results.
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_parametrizer.h')
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.h b/source/blender/editors/uvedit/uvedit_parametrizer.h
index 00cbbd16073..1643a89b089 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.h
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.h
@@ -33,8 +33,6 @@ ParamHandle *param_construct_begin(void);
void param_aspect_ratio(ParamHandle *handle, float aspx, float aspy);
-int p_face_exists(ParamHandle *handle, ParamKey *vkeys, int i1, int i2, int i3);
-
void param_face_add(ParamHandle *handle,
ParamKey key,
int nverts,