Blender Git Loki
Git Commits -> Revision 9abcf56
Revision 9abcf56 by Sergey Sharybin (master) November 26, 2018, 14:41 (GMT) |
Enable OpenSubdiv modifier by default This commit makes it so that subsurf/multires modifiers will respect the WITH_OPENSUBDIV option. The WITH_OPENSUBDIV_MODIFIER option is now gone. For artists it mean that subsurf modifier will behave same as it is planned for 2.80. Multires will now support sculpting, but it has some known limitations. Those will be worked on before the final release. If OpenSubdiv is disabled, no subsurf/multires functionality will present. For the details see: https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Modeling#Subsurf.2FMultires |
Commit Details:
Full Hash: 9abcf56fa88dd849bf0f83fafe5d4666d3531cd2
Parent Commit: e6322ab
Lines Changed: +8, -162
8 Modified Paths:
/CMakeLists.txt (+0, -3) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -4) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+0, -3) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+0, -4) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+0, -2) (Diff)
/source/blender/modifiers/CMakeLists.txt (+0, -4) (Diff)
/source/blender/modifiers/intern/MOD_multires.c (+3, -93) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+3, -49) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -4) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+0, -3) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+0, -4) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+0, -2) (Diff)
/source/blender/modifiers/CMakeLists.txt (+0, -4) (Diff)
/source/blender/modifiers/intern/MOD_multires.c (+3, -93) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+3, -49) (Diff)