Blender Git Loki
Git Commits -> Revision 1a89001
Revision 1a89001 by Siddhartha Jejurkar (soc-2021-uv-editor-improvements) June 11, 2021, 14:06 (GMT) |
UV : Pack islands to correct/specified UDIM Adds 2 features to the pack islands operator * Packing selected UVs to the closest UDIM * Packing selected UVs to user specified UDIM |
Commit Details:
Full Hash: 1a890011516e14e57c4d1dd1b845158211a97e1a
Parent Commit: 2126fc8
Lines Changed: +196, -2
5 Modified Paths:
/source/blender/editors/include/ED_uvedit.h (+2, -0) (Diff)
/source/blender/editors/uvedit/uvedit_islands.c (+95, -2) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+96, -0) (Diff)
/source/blender/makesdna/DNA_scene_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -0) (Diff)
/source/blender/editors/uvedit/uvedit_islands.c (+95, -2) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+96, -0) (Diff)
/source/blender/makesdna/DNA_scene_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -0) (Diff)