Blender Git Commit Log
Git Commits -> Revision a9c6f55
Revision a9c6f55 by Antonis Ryakiotakis (master) February 14, 2012, 00:35 (GMT) |
Initial port of stitch operator for bmesh. *operator now works with few limitations: -still no preview(will be back soon) -rotation will not work if only one uv is stitched between islands(will need method to calculate uv normal for manifold) Also fixed island calculation for UvElements, fixes a crash when uv sculpting with "Sculpt all islands" turned off |
Commit Details:
Full Hash: a9c6f553e74dcbbbfba7d0068609a24315ec26bf
SVN Revision: 44100
Parent Commit: cf0967b
Lines Changed: +224, -413
5 Modified Paths:
/source/blender/editors/mesh/bmeshutils.c (+13, -4) (Diff)
/source/blender/editors/uvedit/uvedit_draw.c (+0, -15) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+1, -8) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+2, -171) (Diff)
/source/blender/editors/uvedit/uvedit_smart_stitch.c (+208, -215) (Diff)
/source/blender/editors/uvedit/uvedit_draw.c (+0, -15) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+1, -8) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+2, -171) (Diff)
/source/blender/editors/uvedit/uvedit_smart_stitch.c (+208, -215) (Diff)