Skip to content

Copy parameters

Emanuele Gissi edited this page Sep 12, 2025 · 3 revisions

ℹ️ Updated to BFDS 7.0.x

This wiki page explains how to copy FDS namelists and their parameters between Blender entities.

Copy the FDS namelist

When you want to assign the same FDS namelist and parameters to multiple Blender Objects, you do not have to re-enter the same data in each object's Properties panel.

First, make sure Blender is in Object Mode. Switch from Edit Mode if needed.

Then:

  1. select the reference object, making it the active one;
  2. add the destination objects to the selection by Shift+cliking them in the Outliner or in the 3DView editor;
  3. open the reference object's Properties panel, and click the Copy To button at the top.

After confirmation, the FDS namelist of the active object is copied and applied to all the selected objects. The names of the destination objects remains unchanged.

To learn more on Blender modes, see this page of the Blender manual.

For the difference between active and selected objects, see this page.

Copy the FDS SURF boundary condition

You can also copy SURF parameters from one Blender Material to another:

  1. open the reference material Properties panel, and click the Copy To button at the top of it,
  2. then choose the destination material.

The FDS properties are copied and applied to the destination material. The name of the destination material remains unchanged.

Copy the FDS case configuration

To copy the FDS case configuration from a Blender Scene to another:

  1. open the reference scene's Properties panel, and click the Copy To button at the top of it,
  2. then choose the destination scene.

The FDS case configuration and all related namelists are copied and applied to the destination scene. The name of the destination scene remains unchanged.

Duplicate Blender entities

Instead of copying the parameters from a reference Blender entity to an existing one, you can simply duplicate the reference entity: its FDS parameters will be copied automatically.

Clone this wiki locally