From a601f54ba2a5b5f18e46c8c2dbc46dabb68973c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 17 Dec 2019 15:59:56 +0100 Subject: USD Exporter: show export options by default There are options for the exporter that are relevant for each export, for example the choice between Viewport or Render settings, or whether to export the current frame or an animation. It's better to have the options panel opened by default. --- source/blender/editors/io/io_usd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c index 524d8d50b7b..2818b134509 100644 --- a/source/blender/editors/io/io_usd.c +++ b/source/blender/editors/io/io_usd.c @@ -176,7 +176,7 @@ void WM_OT_usd_export(struct wmOperatorType *ot) FILE_TYPE_FOLDER | FILE_TYPE_USD, FILE_BLENDER, FILE_SAVE, - WM_FILESEL_FILEPATH, + WM_FILESEL_FILEPATH | WM_FILESEL_SHOW_PROPS, FILE_DEFAULTDISPLAY, FILE_SORT_ALPHA); -- cgit v1.2.3