[Bf-blender-cvs] [b1097c58f22] usd-importer-T81257-merge: USD import: Update Prim Path Mask option help.

makowalski noreply at git.blender.org
Wed Jun 23 04:41:33 CEST 2021


Commit: b1097c58f2256cfb40a1da6d4eb65b8c67654f87
Author: makowalski
Date:   Tue Jun 22 22:30:59 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rBb1097c58f2256cfb40a1da6d4eb65b8c67654f87

USD import: Update Prim Path Mask option help.

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

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 ed8886dfdfb..5d771b8f513 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -503,7 +503,7 @@ void WM_OT_usd_import(struct wmOperatorType *ot)
                  NULL,
                  1024,
                  "",
-                 "If set, this will specify a specific primitive from the usd stage");
+                 "If set, specifies the path of the USD primitive to load from the stage");
 
   RNA_def_boolean(ot->srna, "import_guide", false, "Guide", "Import guide geometry");



More information about the Bf-blender-cvs mailing list