Blender Git Loki
Git Commits -> Revision 4c7f7b6
Revision 4c7f7b6 by Antonis Ryakiotakis (master) July 9, 2012, 16:12 (GMT) |
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. |
Commit Details:
Full Hash: 4c7f7b6dbf810a2f38a162ab9ca4f0af56a0c255
SVN Revision: 48760
Parent Commit: 54ed3de
Lines Changed: +71, -21
5 Modified Paths:
/source/blender/editors/uvedit/uvedit_ops.c (+22, -1) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+26, -7) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.h (+1, -1) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+13, -4) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+9, -8) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+26, -7) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.h (+1, -1) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+13, -4) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+9, -8) (Diff)