[Bf-blender-cvs] [3c04ef63f89] blender2.8: Cleanup: Typo in comment

Sergey Sharybin noreply at git.blender.org
Tue Sep 4 12:57:56 CEST 2018


Commit: 3c04ef63f896fbe4c63f6b1a090546370a41c8ad
Author: Sergey Sharybin
Date:   Tue Sep 4 12:30:06 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB3c04ef63f896fbe4c63f6b1a090546370a41c8ad

Cleanup: Typo in comment

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

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 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);



More information about the Bf-blender-cvs mailing list