-
Notifications
You must be signed in to change notification settings - Fork 2
Install
ℹ️ Updated to BFDS 7.0.x
This wiki page describes how to set up your BFDS installation.
First, take a look at the Release notes page to get the required software versions for:
- the Blender application hosting the BFDS addon, other versions may not work;
- the target NIST FDS solver, other versions may fail to read the exported cases.
Then, install the required version of Blender on your computer, as explained in the relevant Blender documentation.
Being so specific in scope, the BFDS add-on is not yet distributed as an official Blender addon. To begin using it, you need to download, install, and enable the latest released version, as described in the following paragraphs.
BFDS could one day be included into the Blender Extensions portal, the online directory of free and Open Source extensions for Blender. The approval process is currently ongoing.
Go to the the release page
and download the most recent bfds-x.x.x.zip package on the right side of the page.
Do not unzip the package yourself, Blender installs directly from the zipped package.
- Start Blender.
- Select the
Edit > Preferencesmenu, and go to theAdd-onssection in the left sidebar. - At the top-right of the
Add-onssection, click thevbutton and selectInstall from Disk. - In the file browser, navigate to the location where you saved the
bfds-x.x.x.zippackage. - Select the package and click
Install Add-on.
After installation, Blender will list the add-on as
BFDS fire simulations.
- In the same
Add-onssection, enable the BFDS add-on by checking the box next to it.
You should now see BFDS panels available in Blender. If the add-on does not activate, check the console window for any errors that may have occurred. In this case, please file an issue on the issue tracker.

- In the same
Add-onssection, click the>button to expand the BFDS preferences panel. - Click on the
Load Default BFDS Settingsbutton to complete the setup. The default BFDS startup file is loaded, and the external commands for your platform updated. - When you’re done configuring, click
Save Preferencesbutton at the bottom left of thePreferenceswindow.
This ensures your BFDS setup will persist the next time you start Blender.

Use the same procedure as [installing]((#install-from-a-file).
Do not forget the post-install setup step, if you want to enjoy the updated BFDS default settings. But this may cancel some of your customizations.
If you want to stay on the edge of development to test brand new features,
instead of installing a stable release, you can clone
the firetools/bfds repository on your computer.
Then link the bfds/source folder to your local Blender addons folder.
The linked folder should be renamed from source to bfds.
Blender has a built-in shortcut to jump straight into the local add-ons folder. Here’s how:
- In Blender, select the
Edit > Preferencesmenu, and go to theAdd-onssection in the left sidebar. - Find any installed add-on (e.g., BFDS).
- Expand its entry by clicking on the the
>button. - The
File:field show the path to the add-ons folder.
Beware that you need to be Git savvy to install a development version, and that version could be unstable.