Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/io/io_usd.c')
-rw-r--r--source/blender/editors/io/io_usd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c
index 5fe8ff7a16c..9bcd16a04df 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -583,8 +583,11 @@ void WM_OT_usd_import(struct wmOperatorType *ot)
RNA_def_boolean(ot->srna, "import_render", true, "Render", "Import final render geometry");
- RNA_def_boolean(ot->srna, "import_unbound_materials", false,
- "Unbound Materials", "Include materials not bound to any geometry");
+ RNA_def_boolean(ot->srna,
+ "import_unbound_materials",
+ false,
+ "Unbound Materials",
+ "Include materials not bound to any geometry");
RNA_def_boolean(ot->srna,
"import_usd_preview",