Skip to content

Export Profile โ€‹

Export Profiles store a variety of settings that affect how files are exported. They are useful when different export settings are required for different situations. The FxFile.Export function supports export profiles as an argument.

Properties โ€‹

The settings of an export profile must be edited through the user interface and canโ€™t be changed through the API.

Create โ€‹

To create a new Export Profile use FxFile.Create with FileType 559.

lua
profileID = FxFile.Create(559);
profileID = FxFile.Rename(559, profileID, "MyProfile"); -- rename new profile
FxFile.Open(559, profileID); -- open new profile

Files โ€‹

A global export profile is stored in documents\Foxel\default.fxlexp, which saves the general export settings. Other custom profiles are saved as shared files in Shared\ExportSettings\ with the extension .fxlexp.