Blender Git Loki
Git Commits -> Revision f920ce2
Revision f920ce2 by Sergey Sharybin (opensubdiv-modifier) April 25, 2014, 11:37 (GMT) |
Major refactor of the current state of the patch - Using new OpenSubdiv C-API from the Dirk's patch D132 - Split ccgSubSurf__syncOpenSubdiv into set of smaller functions. - Drop intern/opensubdiv, it needs to be ported to current OpenSubdiv code anyway and currently not really needed. - Use smarter detection of OpenSubdiv libraries since now we're not only using osdCPU library. |
Commit Details:
Full Hash: f920ce2d6bb2232e804921655a081d2d499ef79d
Parent Commit: a0e229b
Lines Changed: +152, -716
4 Deleted Paths:
/intern/opensubdiv/CMakeLists.txt (+0, -40)
/intern/opensubdiv/opensubdiv_capi.cc (+0, -392)
/intern/opensubdiv/opensubdiv_capi.h (+0, -71)
/intern/opensubdiv/SConscript (+0, -37)
/intern/opensubdiv/opensubdiv_capi.cc (+0, -392)
/intern/opensubdiv/opensubdiv_capi.h (+0, -71)
/intern/opensubdiv/SConscript (+0, -37)
9 Modified Paths:
/build_files/cmake/Modules/FindOpenSubdiv.cmake (+26, -11) (Diff)
/build_files/scons/config/linux-config.py (+2, -2) (Diff)
/intern/CMakeLists.txt (+0, -4) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+122, -39) (Diff)
/source/blender/blenkernel/SConscript (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+0, -110) (Diff)
/source/blenderplayer/CMakeLists.txt (+0, -4) (Diff)
/source/creator/CMakeLists.txt (+0, -4) (Diff)
/build_files/scons/config/linux-config.py (+2, -2) (Diff)
/intern/CMakeLists.txt (+0, -4) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+122, -39) (Diff)
/source/blender/blenkernel/SConscript (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+0, -110) (Diff)
/source/blenderplayer/CMakeLists.txt (+0, -4) (Diff)
/source/creator/CMakeLists.txt (+0, -4) (Diff)