[Bf-blender-cvs] [af9e0634afb] usd-importer-T81257-merge: USD import Prim Path Mask description.

makowalski noreply at git.blender.org
Mon Jul 19 02:48:40 CEST 2021


Commit: af9e0634afb48be75fceba1c5d48e61cf9f3d855
Author: makowalski
Date:   Sun Jul 18 17:19:05 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rBaf9e0634afb48be75fceba1c5d48e61cf9f3d855

USD import Prim Path Mask description.

Updated the description with a more complete explanation of
the Prim Path Mask feature.

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

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 3db51732d7d..e73474cbab4 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, specifies the path of the USD primitive to load from the stage");
+                 "If set, only the subset of the USD scene rooted at the given prim will be imported");
 
   RNA_def_boolean(ot->srna, "import_guide", false, "Guide", "Import guide geometry");



More information about the Bf-blender-cvs mailing list