Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API to load and send .rbl file from code #6103

Open
jleibs opened this issue Apr 24, 2024 · 0 comments
Open

API to load and send .rbl file from code #6103

jleibs opened this issue Apr 24, 2024 · 0 comments
Labels
🟦 blueprint The data that defines our UI 🪵 Log-API Affects the user-facing API for all languages

Comments

@jleibs
Copy link
Member

jleibs commented Apr 24, 2024

To work around situations where blueprint APIs don't yet cover features, users can still manually edit blueprint in the viewer and save them. Unfortunately these blueprints still need to be distributed and manually loaded.

We should add a logging API that opens and existing .rbl file, and sends it to the viewer.

for example:

blueprint = rrb.Blueprint.from_file("my_blueprint.rbl")
rr.send_blueprint(blueprint)
@jleibs jleibs added 🟦 blueprint The data that defines our UI 🪵 Log-API Affects the user-facing API for all languages labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟦 blueprint The data that defines our UI 🪵 Log-API Affects the user-facing API for all languages
Projects
None yet
Development

No branches or pull requests

1 participant