Blender Git Commit Log
Git Commits -> Revision 13a3422
Revision 13a3422 by Sergey Sharybin (opensubdiv_compare) May 26, 2020, 07:10 (GMT) |
OpenSubdiv: Refactor creation of topology refiner Consolidate it inside of the topology refiner implementation class, which would allow to store extra data acquired during construction of the OpenSubdiv's object. |
Commit Details:
Full Hash: 13a342260db77f7eb6adcbf364f63482b47b0bad
Parent Commit: 9879dca
Lines Changed: +66, -66
1 Deleted Path:
/intern/opensubdiv/internal/topology/topology_refiner_factory.h (+0, -39)
6 Modified Paths:
/intern/opensubdiv/CMakeLists.txt (+0, -1) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc (+1, -1) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_capi.cc (+10, -12) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_factory.cc (+45, -10) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_impl.cc (+2, -2) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_impl.h (+8, -1) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc (+1, -1) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_capi.cc (+10, -12) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_factory.cc (+45, -10) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_impl.cc (+2, -2) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_impl.h (+8, -1) (Diff)