OpenSubdiv: Disable topology check happening from OpenSubdiv side

This check doesn't handle multiple non-manifolds cases which is rather
really annoying currently.
This commit is contained in:
Sergey Sharybin 2015-08-03 13:38:07 +02:00
parent dd1e7f16ca
commit 11ad18c82a

@ -30,7 +30,10 @@
#ifdef NDEBUG #ifdef NDEBUG
# undef OPENSUBDIV_VALIDATE_TOPOLOGY # undef OPENSUBDIV_VALIDATE_TOPOLOGY
#else #else
# define OPENSUBDIV_VALIDATE_TOPOLOGY /* TODO(sergey): Always disabled for now, the check doesn't handle
* multiple non-manifolds from the OpenSubdiv side currently.
*/
# undef OPENSUBDIV_VALIDATE_TOPOLOGY
#endif #endif
/* Currently OpenSubdiv expects topology to be oriented, /* Currently OpenSubdiv expects topology to be oriented,