Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/opensubdiv/internal/opensubdiv_internal.h')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_internal.h b/intern/opensubdiv/internal/opensubdiv_internal.h
index 16365896edf..1ddf199c013 100644
--- a/intern/opensubdiv/internal/opensubdiv_internal.h
+++ b/intern/opensubdiv/internal/opensubdiv_internal.h
@@ -27,9 +27,4 @@
# define OPENSUBDIV_VALIDATE_TOPOLOGY
#endif
-// Currently OpenSubdiv expects topology to be oriented, but sometimes it's
-// handy to disable orientation code to check whether it causes some weird
-// issues by using pre-oriented model.
-#define OPENSUBDIV_ORIENT_TOPOLOGY
-
#endif // OPENSUBDIV_INTERNAL_H_