Show key values in Viewer

Hi Speckle Team,

I’m pushing a lot of key/values to speckle as a way to save parameter values for each variant that I am working on in Grasshopper. Currently, in the viewer, I have no way of accessing the parameters it seems.

image

The object array, which I think contain key/values, is not expandable.

This is how I’m sending the KV’s:

Would it be possible to make the keys and value visible in the viewer?

If you are working with non-displayable objects, the data will be visible using developer mode in the scene explorer.

If you are working with Geometry instead, then Extend Speckle Object by KV should work for you.

https://app.speckle.systems/projects/0d65c4fbb0/models/2a8f00280e/versions


Depending on what you want to do, the selection of a data-only object and making KVs viewable in their selection is possible by directly addressing their IDs

https://app.speckle.systems/projects/0d65c4fbb0/models/dab5842b20bd621d56702a185fb070b5

1 Like

Great, I didn’t know about dev mode but that’s exactly what I was looking for. Thanks for the help and the quick response!

2 Likes