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>2018-08-01 16:13:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-08-01 19:42:59 +0300
commitebbeddd2f4617505bb2e13b6d773a3da6bd327c4 (patch)
tree1cfc5c7747e4d37ba279e0ebc87a16c5b3946cb5 /intern/opensubdiv/internal/opensubdiv_converter_internal.h
parent08e6bccdf4a2114847194fbe8adcb1fc83a1746f (diff)
Subsurf: Use edge sharpness directly from converter
Seems it's behaving correct now, surely more tests needed, but this is required for now to move forward.
Diffstat (limited to 'intern/opensubdiv/internal/opensubdiv_converter_internal.h')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_converter_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_converter_internal.h b/intern/opensubdiv/internal/opensubdiv_converter_internal.h
index c47cdd1004d..411514c45dc 100644
--- a/intern/opensubdiv/internal/opensubdiv_converter_internal.h
+++ b/intern/opensubdiv/internal/opensubdiv_converter_internal.h
@@ -46,10 +46,6 @@ OpenSubdiv_FVarLinearInterpolation
getCAPIFVarLinearInterpolationFromOSD(
OpenSubdiv::Sdc::Options::FVarLinearInterpolation linear_interpolation);
-// Get edge sharpness in a way which makes OpenSubdiv happy.
-float getCompatibleEdgeSharpness(const OpenSubdiv_Converter* converter,
- int edge_index);
-
} // namespace opensubdiv_capi
#endif // OPENSUBDIV_CONVERTER_INTERNAL_H_