Hidden settings - firetools/blenderfds GitHub Wiki
:information_source: Updated to BlenderFDS 6.0.x
This wiki page explains BlenderFDS hidden configurations.
What?
BlenderFDS 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 BlenderFDS 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 BlenderFDS.