Blender Git Loki
Git Commits -> Revision bb22c6f
Revision bb22c6f by Sergey Sharybin (opensubdiv-modifier) July 14, 2015, 16:45 (GMT) |
OpenSubdiv: Implement topology refiner converter from Blender side This way it's possible to avoid having bad level calls to DM code from intern/opensubdiv and also makes it possible to create topology refiner from CCGSubSurf structure in the future. |
Commit Details:
Full Hash: bb22c6f3cf7e16e0be753e9b54299e7b6b05127a
Parent Commit: 8d34b74
Lines Changed: +495, -28
1 Added Path:
/intern/opensubdiv/opensubdiv_converter_capi.h (+87, -0) (View)
5 Modified Paths:
/intern/opensubdiv/opensubdiv_capi.cc (+5, -4) (Diff)
/intern/opensubdiv/opensubdiv_capi.h (+6, -5) (Diff)
/intern/opensubdiv/opensubdiv_converter.cc (+171, -1) (Diff)
/intern/opensubdiv/opensubdiv_evaluator_capi.cc (+4, -5) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c (+222, -13) (Diff)
/intern/opensubdiv/opensubdiv_capi.h (+6, -5) (Diff)
/intern/opensubdiv/opensubdiv_converter.cc (+171, -1) (Diff)
/intern/opensubdiv/opensubdiv_evaluator_capi.cc (+4, -5) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c (+222, -13) (Diff)