Blender Git Commit Log
Git Commits -> Revision 4aac14f
Revision 4aac14f by Aurel Gruber (uv_unwrapping_slim_and_ceres) February 27, 2017, 10:24 (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: 4aac14f0d2d83e4bf38f6a92335de6c3e73559f9
Parent Commit: 23fa368
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)