Blender Git Commit Log
Git Commits -> Revision 7667ad2
Revision 7667ad2 by Sergey Sharybin (master) August 3, 2015, 15:51 (GMT) |
OpenSubdiv: Made it a modifier option to enable OSD for viewport The idea of this commit is to make it so we can enable OpenSubdiv by default for the release builds but keep it limited to the viewport only for a specific meshes. This is a temporary solution for until all the needed features are supported on the OpenSubdiv side. Flag itself is done as a dedicated field in modifier DNA so we can easily remove it in the future without ending up with some temporary flag hanging around forever. |
Commit Details:
Full Hash: 7667ad2d4e616ea0d412ac63e76c220a7106d065
Parent Commit: e90fea7
Lines Changed: +40, -25
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+24, -23) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+24, -23) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+5, -1) (Diff)