Blender Git Commit Log
Git Commits -> Revision 2c359e6
Revision 2c359e6 by Sergey Sharybin May 25, 2020, 13:39 (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: 2c359e632125c90ac2d9802a4698d8cd2bcffe3b
Parent Commit: fa248dd
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)