Skip to content

Dev Hidden settings

Emanuele Gissi edited this page Sep 29, 2025 · 1 revision

ℹ️ Updated to BFDS 7.0.x

This wiki page explains BFDS hidden configurations.

What?

BFDS stores some hidden configurations in its config.py file.

These configuration settings are hidden because they are not meant for the basic user, and their incorrect setting might disrupt BFDS correct functioning. The config.py file lists all the setting variables and their detailed description.

For example, if you prefer exporting the ASCII GEOM notation, instead of the binary type (bingeom file), edit the EXPORT_ASCII_GEOM = False setting and replace it with EXPORT_ASCII_GEOM = True. Then close and reload BFDS.

Clone this wiki locally