Blender Git Loki
Git Commits -> Revision 22f68f8
Revision 22f68f8 by Sergey Sharybin (master) May 18, 2020, 15:06 (GMT) |
OpenSubdiv: Cleanup, remove unused topology orientation code The code was trying to make winding consistent and manifold, same as OpenSubdiv expects it to. Unfortunately, the code was having some issues in corner cases so the winding wasn't really correct. Fortunately, the latter (compared to when this code was originally written) supports orientation on OpenSubdiv side. Removing code which is currently unused in Blender and which had known issues. Is simple enough to bring the code from Git history if the functionality is needed in the future. |
Commit Details:
Full Hash: 22f68f85a458903d40111d083578485a7bf3e787
Parent Commit: 5466523
Lines Changed: +0, -189
3 Deleted Paths:
/intern/opensubdiv/internal/opensubdiv_converter_orient.cc (+0, -67)
/intern/opensubdiv/internal/opensubdiv_converter_orient.h (+0, -49)
/intern/opensubdiv/internal/opensubdiv_converter_orient_impl.h (+0, -69)
/intern/opensubdiv/internal/opensubdiv_converter_orient.h (+0, -49)
/intern/opensubdiv/internal/opensubdiv_converter_orient_impl.h (+0, -69)