From 4c7f7b6dbf810a2f38a162ab9ca4f0af56a0c255 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Mon, 9 Jul 2012 16:12:57 +0000 Subject: Fix for #31962, changes image ignores correct aspect ratio. Made unwrapper flush the correct aspect flag to mtpoly after unwrap. Faces that have been unwrapped with correct aspect option will fix their aspect each time a different image is assigned to them. I hope fix works 100%, I can't say that I really understood the bizarre aspect ratio system. --- source/blender/editors/uvedit/uvedit_parametrizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/uvedit/uvedit_parametrizer.h') diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.h b/source/blender/editors/uvedit/uvedit_parametrizer.h index 3c886367191..9a2fea0d7f9 100644 --- a/source/blender/editors/uvedit/uvedit_parametrizer.h +++ b/source/blender/editors/uvedit/uvedit_parametrizer.h @@ -62,7 +62,7 @@ void param_face_add(ParamHandle *handle, float **co, float **uv, ParamBool *pin, - ParamBool *select); + ParamBool *select, short *unwrap_flag); void param_edge_set_seam(ParamHandle *handle, ParamKey *vkeys); -- cgit v1.2.3