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.
This commit is contained in:
2012-04-15 10:31:07 +00:00
parent db53faffa3
commit cda6230a85
3 changed files with 58 additions and 57 deletions

View File

@@ -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,