USD: Path Mask import option improvements.

The prim_path_mask USD import option string property
length is now unlimited.

Updated the Path Mask option tooltip.
This commit is contained in:
Michael Kowalski 2022-12-12 12:26:29 -05:00
parent 6ce3e0495a
commit 6a47862215
1 changed files with 3 additions and 2 deletions

View File

@ -1374,9 +1374,10 @@ void WM_OT_usd_import(struct wmOperatorType *ot)
RNA_def_string(ot->srna,
"prim_path_mask",
NULL,
1024,
0,
"Path Mask",
"Import only the subset of the USD scene rooted at the given primitive");
"Import only the primitive at the given path and its descendents. "
"Multiple paths may be specified in a list delimited by spaces, commas or somicolons");
RNA_def_boolean(ot->srna, "import_guide", false, "Guide", "Import guide geometry");