Blender Git Loki
Git Commits -> Revision 08d1b31
Revision 08d1b31 by Aurel Gruber (uv_unwrapping_slim_algorithm) February 23, 2017, 15:34 (GMT) |
Category: UV Unwrapping SLIM Algorithm Integration integrating SLIM including data gathering and transfer from Blender to SLIM This commit is huge, because I copied over the code from a different repository. Not commit-by-commit. The Algorithm can be invoked either by choosing SLIM from the dropdown in the unwrapping settings or by hitting ctrl. + m in the uv editor for relaxation. Tried adding it to the menu the same way as minimizing stretch is there but failed. |
Commit Details:
Full Hash: 08d1b312be5e06400672a2bc4b5fe7eed3600be2
Parent Commit: 5793441
Lines Changed: +783, -7
9 Modified Paths:
/intern/SLIM (+1, -1) (Diff)
/source/blender/bmesh/bmesh_class.h (+2, -0) (Diff)
/source/blender/editors/uvedit/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+2, -0) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+4, -0) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+357, -0) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.h (+15, -1) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+394, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+5, -0) (Diff)
/source/blender/bmesh/bmesh_class.h (+2, -0) (Diff)
/source/blender/editors/uvedit/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+2, -0) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+4, -0) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+357, -0) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.h (+15, -1) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+394, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+5, -0) (Diff)