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.
This commit is contained in:
Sybren A. Stüvel 2019-12-17 15:59:56 +01:00
parent 64116ca15a
commit a601f54ba2
1 changed files with 1 additions and 1 deletions

View File

@ -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);