From 5a6db19da490848c5a7eadbbbe8a348f097eadbe Mon Sep 17 00:00:00 2001 From: Michael Kowalski Date: Tue, 25 Apr 2023 12:48:36 -0400 Subject: [PATCH] Cleanup: make format. --- source/blender/editors/io/io_usd.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c index 975a3dec494..3d7cf41e10e 100644 --- a/source/blender/editors/io/io_usd.c +++ b/source/blender/editors/io/io_usd.c @@ -619,14 +619,13 @@ void WM_OT_usd_import(struct wmOperatorType *ot) RNA_def_boolean( ot->srna, "read_mesh_colors", true, "Color Attributes", "Read mesh color attributes"); - RNA_def_string( - ot->srna, - "prim_path_mask", - NULL, - 0, - "Path Mask", - "Import only the primitive at the given path and its descendents. " - "Multiple paths may be specified in a list delimited by commas or semicolons"); + RNA_def_string(ot->srna, + "prim_path_mask", + NULL, + 0, + "Path Mask", + "Import only the primitive at the given path and its descendents. " + "Multiple paths may be specified in a list delimited by commas or semicolons"); RNA_def_boolean(ot->srna, "import_guide", false, "Guide", "Import guide geometry");