Cleanup: make format

This commit is contained in:
Dalai Felinto 2021-10-07 16:11:22 +02:00
parent 719c319055
commit 0f58cc1594
1 changed files with 2 additions and 1 deletions

View File

@ -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,