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>2015-08-28 13:46:23 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-08-28 13:46:52 +0300
commita560122c4bfafd38131584f1be526af684f8cd0b (patch)
tree8b045f9664f66d05285a707e341dfb281c23e224 /intern/opensubdiv/opensubdiv_capi.cc
parentbf88428b7e3dd2da314e7964ae6dfe754dc2eed8 (diff)
OpenSubdiv: Remove some dead code
Diffstat (limited to 'intern/opensubdiv/opensubdiv_capi.cc')
-rw-r--r--intern/opensubdiv/opensubdiv_capi.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/opensubdiv/opensubdiv_capi.cc b/intern/opensubdiv/opensubdiv_capi.cc
index 115020c88d8..28d1c259246 100644
--- a/intern/opensubdiv/opensubdiv_capi.cc
+++ b/intern/opensubdiv/opensubdiv_capi.cc
@@ -158,8 +158,6 @@ struct OpenSubdiv_GLMesh *openSubdiv_createOsdGLMeshFromTopologyRefiner(
bits.set(OpenSubdiv::Osd::MeshInterleaveVarying, 1);
bits.set(OpenSubdiv::Osd::MeshFVarData, 1);
bits.set(OpenSubdiv::Osd::MeshEndCapBSplineBasis, 1);
- // bits.set(Osd::MeshEndCapGregoryBasis, 1);
- // bits.set(Osd::MeshEndCapLegacyGregory, 1);
const int num_vertex_elements = 3;
const int num_varying_elements = 3;