Commit: 11ad18c82ab08b0adadc7683c9431b70da8426cc Author: Sergey Sharybin Date: Mon Aug 3 13:38:07 2015 +0200 Branches: master https://developer.blender.org/rB11ad18c82ab08b0adadc7683c9431b70da8426cc
OpenSubdiv: Disable topology check happening from OpenSubdiv side This check doesn't handle multiple non-manifolds cases which is rather really annoying currently. =================================================================== M intern/opensubdiv/opensubdiv_intern.h =================================================================== diff --git a/intern/opensubdiv/opensubdiv_intern.h b/intern/opensubdiv/opensubdiv_intern.h index 3e3925e..ccb32f9 100644 --- a/intern/opensubdiv/opensubdiv_intern.h +++ b/intern/opensubdiv/opensubdiv_intern.h @@ -30,7 +30,10 @@ #ifdef NDEBUG # undef OPENSUBDIV_VALIDATE_TOPOLOGY #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 /* Currently OpenSubdiv expects topology to be oriented, _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
