Blueprint.save
is very hard to find / needs doc
#7858
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🟦 blueprint
The data that defines our UI
🪳 bug
Something isn't working
🐍 Python API
Python logging API
I want to save a blueprint to a file for later use (e.g. from another language).
Saving the blueprint from the viewer (
Menu > Save blueprint
) works fine, but doing it from code leads to issues:The problem is that this also initializes an empty data recording (i.e.
SetStoreInfo
is fired), and therefore loading that blueprint later one will create an empty recording in the viewer, switch focus to it, etc. Makes the whole workflow unusable in practice.How can we only save the blueprint using the API?
The text was updated successfully, but these errors were encountered: