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:
authorSybren A. Stüvel <sybren@blender.org>2019-12-17 17:59:56 +0300
committerSybren A. Stüvel <sybren@blender.org>2019-12-17 19:00:18 +0300
commita601f54ba2a5b5f18e46c8c2dbc46dabb68973c9 (patch)
tree5a4cc9adb5b3d28d6e05176d0aeab080a3a9895e /source/blender/editors/io/io_usd.c
parent64116ca15a474943ff903f4751cb529054e87681 (diff)
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.
Diffstat (limited to 'source/blender/editors/io/io_usd.c')
-rw-r--r--source/blender/editors/io/io_usd.c2
1 files changed, 1 insertions, 1 deletions
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);