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>2020-05-19 13:02:54 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commitad4cef38e3ebe3998d6e5e2c8edee42670b85991 (patch)
tree7091ffa6d000608921868a46a34e9eeda042c467 /intern/opensubdiv/internal/topology/topology_refiner_impl.h
parent614d70a87dc3d439d620f1df8930c37d47df3803 (diff)
OpenSubdiv: Refactor, move comparison to own file
Diffstat (limited to 'intern/opensubdiv/internal/topology/topology_refiner_impl.h')
-rw-r--r--intern/opensubdiv/internal/topology/topology_refiner_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/opensubdiv/internal/topology/topology_refiner_impl.h b/intern/opensubdiv/internal/topology/topology_refiner_impl.h
index 4a6e6c0fcec..261369c3161 100644
--- a/intern/opensubdiv/internal/topology/topology_refiner_impl.h
+++ b/intern/opensubdiv/internal/topology/topology_refiner_impl.h
@@ -44,6 +44,9 @@ class TopologyRefinerImpl {
TopologyRefinerImpl();
~TopologyRefinerImpl();
+ // Check whether this topology refiner defines same topology as the given converter.
+ bool isEqualToConverter(const OpenSubdiv_Converter *converter) const;
+
OpenSubdiv::Far::TopologyRefiner *topology_refiner;
// Subdivision settingsa this refiner is created for.