Blender Git Loki
Git Commits -> Revision 2d1e072
Revision 2d1e072 by Campbell Barton (master) February 11, 2015, 10:30 (GMT) |
UV Island support for vertex & edge slide This ensures slide with `Correct UVs` enabled, keeps UV's (any loop custom-data) contiguous. Adds 2 key functions `BM_vert_loop_groups_data_layer_create` and `BM_vert_loop_groups_data_layer_merge` They work by collecting matching loop custom-data around the vertices loop-fan, and merging the custom-data after edits are made. Thanks to @mont29 for review! |
Commit Details:
Full Hash: 2d1e07268645b481dbbb924a5f638dc9fa870945
Parent Commit: f2951c2
Lines Changed: +288, -177