blender/intern/opensubdiv/internal
Sergey Sharybin 1e0de7c2ea OpenSubdiv: Compare edge topology
This change makes it so topology refiner comparison will check vertices
of all existing/provided edges.

The initial claim that due to manifold nature of mesh there is no need
in "deep" edges check was wrong: some areas might only provide edges
with non-zero creases. So if crease of one edge goes changes from 1.0
to 0.0 and crease of other edge goes from 0.0 to 1.0 the old comparison
code would not have caught it.
2020-05-27 12:07:16 +02:00
..
base OpenSubdiv: Allow use of regular ordered map 2020-05-27 12:07:16 +02:00
device OpenSubdiv: Refactor, move device specific code to own files 2020-05-27 12:07:15 +02:00
evaluator OpenSubdiv: Refactor, move utils to base 2020-05-27 12:07:16 +02:00
topology OpenSubdiv: Compare edge topology 2020-05-27 12:07:16 +02:00