output_settings_modify command

Warning

GPU support for this command has not been tested and may not work as expected.

Warning

This command is deprecated, please reuse output_settings instead

Syntax

output_settings_modify dump-type keyword values ...
  • dump-type = type of the dump to modify

  • one or more keyword/value pairs may be appended

  • keyword = remove_mesh or all keywords that can be modified for dump custom/vtm

* remove_mesh values = mesh IDs of meshes which should not be dumped

Examples

output_settings_modify custom/vtm remove_mesh mesh2 mesh3

Description

This wrapper can be used to modify the output_settings command. Consequently this command can only be used in combination and after the output_settings command.

Currently the command is only implemented for modifying the dump custom/vtm part of the output_settings command. For more information on that topic please have a look at the documentation of the dump_modify and the dump custom/vtm command.

Furthermore, it can be used to modify the following keywords: additional_particle_output, write_meshed_particles, write_overlay_mesh. For more details on the use of these keywords see the output_settings command.

Restrictions

Currently only implemented for dump custom/vtm command which is used automatically by the output_settings command.