DFC & Exporter Fixes

This commit is contained in:
cajun
2024-10-04 19:00:04 -05:00
parent df8497adaa
commit 647bd1c915
5 changed files with 31 additions and 19 deletions

View File

@@ -899,7 +899,9 @@ script:
#render image file
write_image :=
{
if length(card.stylesheet.card_regions) > 0 then write_multi_image()
sts := card.stylesheet
if sts == nil then sts := set.stylesheet
if length(sts.card_regions) > 0 then write_multi_image()
else write_single_image()
}
format_file_name := {