[Bf-blender-cvs] [a4879a63a15] greasepencil-object: GPencil: Change default File dialog to Files

Antonio Vazquez noreply at git.blender.org
Fri Jul 31 17:41:02 CEST 2020


Commit: a4879a63a1517d4f54aced7cbcb7c49458bf136a
Author: Antonio Vazquez
Date:   Fri Jul 31 17:40:51 2020 +0200
Branches: greasepencil-object
https://developer.blender.org/rBa4879a63a1517d4f54aced7cbcb7c49458bf136a

GPencil: Change default File dialog to Files

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

M	source/blender/editors/io/io_gpencil.c

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

diff --git a/source/blender/editors/io/io_gpencil.c b/source/blender/editors/io/io_gpencil.c
index c02de908f87..d1c7894eb68 100644
--- a/source/blender/editors/io/io_gpencil.c
+++ b/source/blender/editors/io/io_gpencil.c
@@ -316,7 +316,7 @@ void WM_OT_gpencil_export(wmOperatorType *ot)
   ot->check = wm_gpencil_export_check;
 
   WM_operator_properties_filesel(ot,
-                                 FILE_TYPE_FOLDER | FILE_TYPE_OBJECT_IO,
+                                 FILE_TYPE_ARCHIVE | FILE_TYPE_OBJECT_IO,
                                  FILE_BLENDER,
                                  FILE_SAVE,
                                  WM_FILESEL_FILEPATH | WM_FILESEL_SHOW_PROPS,



More information about the Bf-blender-cvs mailing list