[Bf-blender-cvs] [f796b72cf59] universal-scene-description: USD import options description edit.

Michael Kowalski noreply at git.blender.org
Wed Nov 17 23:51:35 CET 2021


Commit: f796b72cf59f95a93ff51a2195539b8b0a298c13
Author: Michael Kowalski
Date:   Wed Nov 17 17:49:29 2021 -0500
Branches: universal-scene-description
https://developer.blender.org/rBf796b72cf59f95a93ff51a2195539b8b0a298c13

USD import options description edit.

Shortened excessively long option descriptions
by removing information that should be included
in the documentation instead.

===================================================================

M	source/blender/editors/io/io_usd.c

===================================================================

diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c
index bd64cb0775c..dd5f28e253a 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -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},
 };



More information about the Bf-blender-cvs mailing list