Blender Git Commit Log
Git Commits -> Revision d3f8940
Revision d3f8940 by Phil Gosch (soc-2016-uv_tools) July 4, 2016, 12:54 (GMT) |
Select overlapping UVs operator Found via Select->Select all by trait->Overlapping UVs menu entry, selects all UV charts which overlap/intersect Operator has an "Extend" option to extend the current selection. I also turned rectangle/bounds intersection test into a seperate function which can be reused |
Commit Details:
Full Hash: d3f89408c7c47b3ddd264ed1b4161da7fb6e2d3c
Parent Commit: 36dc52c
Lines Changed: +148, -4
6 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+8, -0) (Diff)
/source/blender/editors/include/ED_uvedit.h (+3, -0) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+33, -0) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+89, -4) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.h (+4, -0) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+11, -0) (Diff)
/source/blender/editors/include/ED_uvedit.h (+3, -0) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+33, -0) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+89, -4) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.h (+4, -0) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+11, -0) (Diff)