diff --git a/source/blender/makesdna/DNA_scene_defaults.h b/source/blender/makesdna/DNA_scene_defaults.h index b6e145e4a8f..67bb41751f2 100644 --- a/source/blender/makesdna/DNA_scene_defaults.h +++ b/source/blender/makesdna/DNA_scene_defaults.h @@ -370,7 +370,7 @@ .vgroup_weight = 1.0f, \ .uvcalc_margin = 0.001f, \ .uvcalc_flag = UVCALC_TRANSFORM_CORRECT_SLIDE, \ - .unwrapper = 1, \ + .unwrapper = UVCALC_UNWRAP_METHOD_CONFORMAL, \ .select_thresh = 0.01f, \ \ .selectmode = SCE_SELECT_VERTEX, \