[Bf-blender-cvs] [c0ab848f195] usd-importer-T81257: USD import: update instancing option description.

makowalski noreply at git.blender.org
Wed Feb 17 18:10:57 CET 2021


Commit: c0ab848f195ee13744c2713052dbc3e598bedce4
Author: makowalski
Date:   Wed Feb 17 12:04:23 2021 -0500
Branches: usd-importer-T81257
https://developer.blender.org/rBc0ab848f195ee13744c2713052dbc3e598bedce4

USD import: update instancing option description.

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

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 acc6f3a1b25..9bb3c764dc0 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -398,8 +398,9 @@ void WM_OT_usd_import(wmOperatorType *ot)
       "use_instancing",
       false,
       "Instancing",
-      "When checked, instanced USD references are imported as shared data in Blender. "
-      "When unchecked, instanced USD reference are imported as unique data in Blender");
+      "When checked, USD scenegraph instances are imported as collection instances in Blender. "
+      "(Note that point instancers are not yet handled by this option.)  "
+      "When unchecked, scenegraph instances are imported as unique data in Blender");
 
   RNA_def_float(ot->srna,
                 "light_intensity_scale",



More information about the Bf-blender-cvs mailing list