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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-06-27 16:13:18 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-06-27 16:15:08 +0300
commit658aa007189c68bc4edad223fd8303c37d34dda9 (patch)
tree24360b2ba1b8a257d9ee6351af4e93d2f1c442a6 /build_files/build_environment/patches
parent2a22b8af04eb2edccfd3d378b8e279bec54639e0 (diff)
Build environment: Update OpenSubdiv to 3.4.0 RC 2
Newer OpenSubdiv brings fixes and improvements for non-manifold meshes, which fixes some crashes we've experienced in the recent past when using Gregory patches. Additionally, thing new version of OpenSubdiv brings sparse patches, which allows to multi-thread topology refinement step.
Diffstat (limited to 'build_files/build_environment/patches')
-rw-r--r--build_files/build_environment/patches/opensubdiv.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/build_files/build_environment/patches/opensubdiv.diff b/build_files/build_environment/patches/opensubdiv.diff
deleted file mode 100644
index 3fc78bf3c18..00000000000
--- a/build_files/build_environment/patches/opensubdiv.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/opensubdiv/far/topologyRefiner.cpp b/opensubdiv/far/topologyRefiner.cpp
-index 3754b36e..7fe42bcc 100644
---- a/opensubdiv/far/topologyRefiner.cpp
-+++ b/opensubdiv/far/topologyRefiner.cpp
-@@ -263,7 +263,7 @@ namespace internal {
- bool IsEmpty() const { return *((int_type*)this) == 0; }
-
- FeatureMask() { Clear(); }
-- FeatureMask(Options const & options, Sdc::SchemeType sType) { InitializeFeatures(options, sType); }
-+ FeatureMask(Options const & options, Sdc::SchemeType sType) { Clear(); InitializeFeatures(options, sType); }
-
- // These are the two primary methods intended for use -- intialization via a set of Options
- // and reduction of the subsequent feature set (which presumes prior initialization with the \ No newline at end of file