[Bf-blender-cvs] [2ad7e504d3d] usd-importer-T81257-merge: USD import: enable options property split.

makowalski noreply at git.blender.org
Tue May 11 23:26:03 CEST 2021


Commit: 2ad7e504d3d454247614c8c6698804a028d0fc69
Author: makowalski
Date:   Tue May 11 16:45:35 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB2ad7e504d3d454247614c8c6698804a028d0fc69

USD import: enable options property split.

Per suggestion from Hans Goudey in his review, enabling
property split for import options UI.

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

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 e6ae523d3e2..cd45a23c8f8 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -368,7 +368,7 @@ static void wm_usd_import_draw(bContext *UNUSED(C), wmOperator *op)
   uiLayout *layout = op->layout;
   struct PointerRNA *ptr = op->ptr;
 
-  uiLayoutSetPropSep(layout, false);
+  uiLayoutSetPropSep(layout, true);
 
   uiLayout *box = uiLayoutBox(layout);
   uiLayout *row = uiLayoutRow(box, false);



More information about the Bf-blender-cvs mailing list