Blender Git Loki
Git Commits -> Revision d4ff8f9
Revision d4ff8f9 by Antonis Ryakiotakis (soc-2012-bratwurst) July 21, 2012, 02:09 (GMT) |
UV mirrored unwrap =================== * Separate common mirror functionality from modifier files to BKE_* files * Now subsurfed unwrap can flush the result of the mirrored mesh to the solver * TODO: add support for regular unwrap, pack the result to 0.0-0.5 range if the appropriate mirror uv option is selected in the modifier |
Commit Details:
Full Hash: d4ff8f911cf0e7b996c3ea7e3edc5aeb9af3ba8d
SVN Revision: 49098
Parent Commit: 4ae1d51
Lines Changed: +358, -249
2 Added Paths:
/source/blender/blenkernel/BKE_mirror.h (+42, -0) (View)
/source/blender/blenkernel/intern/mirror.c (+275, -0) (View)
/source/blender/blenkernel/intern/mirror.c (+275, -0) (View)