USD Import: mask multiple prim paths. #106974

Merged
Michael Kowalski merged 8 commits from makowalski/blender:usd_import_open_masked into main 2023-04-25 16:32:58 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9fe3cfbec9 - Show all commits

View File

@ -626,7 +626,7 @@ void WM_OT_usd_import(struct wmOperatorType *ot)
0,
"Path Mask",
"Import only the primitive at the given path and its descendents. "
"Multiple paths may be specified in a list delimited by spaces, commas or semicolons");
"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");