Blender Git Commit Log
Git Commits -> Revision e5ab28d
Revision e5ab28d by Siddhartha Jejurkar (soc-2021-uv-editor-improvements) June 19, 2021, 16:40 (GMT) |
UV : Pack islands to box area Adds a new operator to the UV editor - Pack islands to area Allows the users to pack selected UV islands to a specified area in the UV editor Refer T78398 |
Commit Details:
Full Hash: e5ab28d3921e77bac464c717610e2bf1b5c58b5c
Parent Commit: 2771b93
Lines Changed: +405, -0
9 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+1, -0) (Diff)
/source/blender/blenlib/BLI_boxpack_2d.h (+12, -0) (Diff)
/source/blender/blenlib/intern/boxpack_2d.c (+87, -0) (Diff)
/source/blender/editors/include/ED_uvedit.h (+8, -0) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+1, -0) (Diff)
/source/blender/editors/uvedit/uvedit_islands.c (+170, -0) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+1, -0) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+124, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_boxpack_2d.h (+12, -0) (Diff)
/source/blender/blenlib/intern/boxpack_2d.c (+87, -0) (Diff)
/source/blender/editors/include/ED_uvedit.h (+8, -0) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+1, -0) (Diff)
/source/blender/editors/uvedit/uvedit_islands.c (+170, -0) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+1, -0) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+124, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)