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-09-04 13:30:06 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-04 13:30:06 +0300
commit3c04ef63f896fbe4c63f6b1a090546370a41c8ad (patch)
tree64f0a881b2a751d78d098c83dcda8c01f56547b0 /intern/opensubdiv
parentf87533ba6f2b89d3e661e95f8aa0b68730eddc15 (diff)
Cleanup: Typo in comment
Diffstat (limited to 'intern/opensubdiv')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
index 33df7a45e39..36795812f17 100644
--- a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
+++ b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
@@ -702,7 +702,7 @@ OpenSubdiv_EvaluatorInternal* openSubdiv_createEvaluatorInternal(
return NULL;
}
// TODO(sergey): Base this on actual topology.
- // const bool bas_varying_data = false;
+ // const bool has_varying_data = false;
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);