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:
Diffstat (limited to 'intern/opensubdiv/internal/topology/topology_refiner_impl.h')
-rw-r--r--intern/opensubdiv/internal/topology/topology_refiner_impl.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/intern/opensubdiv/internal/topology/topology_refiner_impl.h b/intern/opensubdiv/internal/topology/topology_refiner_impl.h
index 261369c3161..a9750166b35 100644
--- a/intern/opensubdiv/internal/topology/topology_refiner_impl.h
+++ b/intern/opensubdiv/internal/topology/topology_refiner_impl.h
@@ -36,15 +36,17 @@ namespace opensubdiv {
class TopologyRefinerImpl {
public:
- // NOTE: Will return nullptr if topology refiner can not be created (for example, when topology
- // is detected to be corrupted or invalid).
+ // NOTE: Will return nullptr if topology refiner can not be created (for
+ // example, when topology is detected to be corrupted or invalid).
static TopologyRefinerImpl *createFromConverter(
OpenSubdiv_Converter *converter, const OpenSubdiv_TopologyRefinerSettings &settings);
TopologyRefinerImpl();
~TopologyRefinerImpl();
- // Check whether this topology refiner defines same topology as the given converter.
+ // Check whether this topology refiner defines same topology as the given
+ // converter.
+ // Covers options, geometry, and geometry tags.
bool isEqualToConverter(const OpenSubdiv_Converter *converter) const;
OpenSubdiv::Far::TopologyRefiner *topology_refiner;