Blender Git Commit Log
Git Commits -> Revision d615f4d
Revision d615f4d by Siddhartha Jejurkar (soc-2021-uv-editor-improvements) July 3, 2021, 08:59 (GMT) |
Fix: Pack islands to area operator * Correct packing area coordinates for cases when user sets the maximum coordinates to be lower than the minimum coordinates * Cancel operator when scale option is disabled and packing area is not big enough for selected islands. Also display warning message in UI when this happens |
Commit Details:
Full Hash: d615f4d65e44109d1843441e9b3c5f145901c3c7
Parent Commit: eb88ce5
Lines Changed: +129, -55
5 Modified Paths:
/source/blender/blenlib/BLI_boxpack_2d.h (+1, -1) (Diff)
/source/blender/blenlib/intern/boxpack_2d.c (+18, -8) (Diff)
/source/blender/editors/include/ED_uvedit.h (+1, -1) (Diff)
/source/blender/editors/uvedit/uvedit_islands.c (+17, -4) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+92, -41) (Diff)
/source/blender/blenlib/intern/boxpack_2d.c (+18, -8) (Diff)
/source/blender/editors/include/ED_uvedit.h (+1, -1) (Diff)
/source/blender/editors/uvedit/uvedit_islands.c (+17, -4) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+92, -41) (Diff)