[Bf-blender-cvs] [0f58cc15943] master: Cleanup: make format

Dalai Felinto noreply at git.blender.org
Thu Oct 7 16:11:55 CEST 2021


Commit: 0f58cc15943e0cd852628e3cac915fda930510bc
Author: Dalai Felinto
Date:   Thu Oct 7 16:11:22 2021 +0200
Branches: master
https://developer.blender.org/rB0f58cc15943e0cd852628e3cac915fda930510bc

Cleanup: make format

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

M	source/blender/editors/mesh/editmesh_intersect.c

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

diff --git a/source/blender/editors/mesh/editmesh_intersect.c b/source/blender/editors/mesh/editmesh_intersect.c
index 5dfa804ad85..ee227c58fe7 100644
--- a/source/blender/editors/mesh/editmesh_intersect.c
+++ b/source/blender/editors/mesh/editmesh_intersect.c
@@ -480,7 +480,8 @@ void MESH_OT_intersect_boolean(struct wmOperatorType *ot)
                   false,
                   "Swap",
                   "Use with difference intersection to swap which side is kept");
-  RNA_def_boolean(ot->srna, "use_self", false, "Self Intersection", "Do self-union or self-intersection");
+  RNA_def_boolean(
+      ot->srna, "use_self", false, "Self Intersection", "Do self-union or self-intersection");
   RNA_def_float_distance(
       ot->srna, "threshold", 0.000001f, 0.0, 0.01, "Merge Threshold", "", 0.0, 0.001);
   RNA_def_enum(ot->srna,



More information about the Bf-blender-cvs mailing list