visit icon indicating copy to clipboard operation
visit copied to clipboard

Blueprint Export Bugs and Enhancements

Open JustinPrivitera opened this issue 8 months ago • 1 comments

  • [ ] Blueprint exports always have cycle_000000 in the filename regardless of the actual cycle number. Errant code is here: https://github.com/visit-dav/visit/blob/develop/src/databases/Blueprint/avtBlueprintWriter.C#L552 We would like it if the cycle wasn't hardcoded to 0 every single time for filenames and directory names.
  • [ ] Blueprint exporter puts the wrong path into the root files when you tell visit to export using a different directory than "." I have a script to repro this on the RZ.
  • [ ] Use the conduit relay io blueprint save methods instead of this older implementation. This should solve both issues.

JustinPrivitera avatar Jun 10 '24 21:06 JustinPrivitera