[Bf-blender-cvs] [de811518c09] blender2.8: OpenSubdiv: Cleanup, the TODO was actually solved

Sergey Sharybin noreply at git.blender.org
Wed Sep 26 11:54:51 CEST 2018


Commit: de811518c09ea28a1f4d94ed09fb39917d8847c7
Author: Sergey Sharybin
Date:   Wed Sep 26 11:52:06 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBde811518c09ea28a1f4d94ed09fb39917d8847c7

OpenSubdiv: Cleanup, the TODO was actually solved

===================================================================

M	intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc

===================================================================

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?



More information about the Bf-blender-cvs mailing list