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
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-09-26 12:52:06 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-26 12:52:06 +0300
commitde811518c09ea28a1f4d94ed09fb39917d8847c7 (patch)
treec6a127954ec6abb6d34185d93d8ab3a9a2b48a9b /intern
parentb125bd7e0e060212f47a33bcbd8d6e5ce2632c00 (diff)
OpenSubdiv: Cleanup, the TODO was actually solved
Diffstat (limited to 'intern')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
index f740a0e0d77..8ebae7dda06 100644
--- a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
+++ b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
@@ -706,7 +706,6 @@ OpenSubdiv_EvaluatorInternal* openSubdiv_createEvaluatorInternal(
const int num_face_varying_channels = refiner->GetNumFVarChannels();
const bool has_face_varying_data = (num_face_varying_channels != 0);
const int level = topology_refiner->getSubdivisionLevel(topology_refiner);
- // TODO(sergey): Query from topology refiner.
const bool is_adaptive = topology_refiner->getIsAdaptive(topology_refiner);
// Refine the topology with given settings.
// TODO(sergey): What if topology is already refined?