USD import options description edit.

Shortened excessively long option descriptions
by removing information that should be included
in the documentation instead.
This commit is contained in:
Michael Kowalski 2021-11-17 17:49:29 -05:00
parent da766dd71c
commit f796b72cf5
1 changed files with 3 additions and 7 deletions

View File

@ -158,17 +158,13 @@ const EnumPropertyItem rna_enum_usd_attr_import_mode_items[] = {
"User",
"Import attributes in the 'userProperties' namespace as "
"Blender custom properties. The namespace will "
"be stripped from the property names. "
"Note that attributes in the 'usdProperties:blenderName' namespace "
"will not be imported, as use of these attributes is deprecated"},
"be stripped from the property names"},
{USD_ATTR_IMPORT_ALL,
"ALL",
0,
"All Custom",
"Import all custom attributes as Blender custom properties. "
"Attribute namespaces will be retained in the property names. "
"Note that attributes in the 'usdProperties:blenderName' namespace "
"will not be imported, as use of these attributes is deprecated"},
"Import all USD custom attributes as Blender custom properties. "
"Namespaces will be retained in the property names"},
{0, NULL, 0, NULL, NULL},
};