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");