From 6ea9c54a7dc91698bcc1bb136328d99d69ab827f Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Wed, 10 Nov 2021 22:40:36 -0500 Subject: [PATCH] Fix export --- export_presets.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 32db402..f2e9fa8 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -5,7 +5,7 @@ platform="Windows Desktop" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="*.blend" exclude_filter="" export_path="" script_export_mode=1 @@ -46,9 +46,9 @@ platform="Linux/X11" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="*.blend" exclude_filter="" -export_path="" +export_path="./JamCraft.x86_64" script_export_mode=1 script_encryption_key="" @@ -71,7 +71,7 @@ platform="Mac OSX" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="*.blend" exclude_filter="" export_path="" script_export_mode=1 -- 2.45.2