[Bf-blender-cvs] [babd027faef] master: Cleanup: make format

Dalai Felinto noreply at git.blender.org
Wed Apr 13 12:30:47 CEST 2022


Commit: babd027faef947ae0417f3d2e61ec8188c823ad2
Author: Dalai Felinto
Date:   Wed Apr 13 12:30:29 2022 +0200
Branches: master
https://developer.blender.org/rBbabd027faef947ae0417f3d2e61ec8188c823ad2

Cleanup: make format

===================================================================

M	source/blender/blenloader/intern/versioning_defaults.c

===================================================================

diff --git a/source/blender/blenloader/intern/versioning_defaults.c b/source/blender/blenloader/intern/versioning_defaults.c
index cec6d520af3..f65976ee55f 100644
--- a/source/blender/blenloader/intern/versioning_defaults.c
+++ b/source/blender/blenloader/intern/versioning_defaults.c
@@ -533,7 +533,8 @@ void BLO_update_defaults_startup_blend(Main *bmain, const char *app_template)
     /* Match default for new meshes. */
     mesh->smoothresh = DEG2RADF(30);
     /* Match voxel remesher options for all existing meshes in templates. */
-    mesh->flag |= ME_REMESH_REPROJECT_VOLUME | ME_REMESH_REPROJECT_PAINT_MASK | ME_REMESH_REPROJECT_SCULPT_FACE_SETS | ME_REMESH_REPROJECT_VERTEX_COLORS;
+    mesh->flag |= ME_REMESH_REPROJECT_VOLUME | ME_REMESH_REPROJECT_PAINT_MASK |
+                  ME_REMESH_REPROJECT_SCULPT_FACE_SETS | ME_REMESH_REPROJECT_VERTEX_COLORS;
 
     /* For Sculpting template. */
     if (app_template && STREQ(app_template, "Sculpting")) {



More information about the Bf-blender-cvs mailing list