RE:No Unique Application ID When Sending Speckle Blocks Through Grasshopper

Hey @clrkng, sorry for the very late reply,

I still encounter the the issue where the applicationId is not persistent after the Speckle Object component. I am using version 3.9.2 as per the screenshot below.

Cheers,
Ray

Ah, to preserve metadata on rhino objects, pass the object into the speckle geometry input rather than the geometry modifier:

This may not be very intuitive in the passthrough nodes, but only the first input will cast attributes and document-based properties: the second input only modifies the geometry. Objects - Speckle Docs

1 Like

Hey @clrkng

I tried the way you mentioned, but i still get 2 different output of ID

Hmm, I can’t replicate your issue:


Even though you have the latest version installed, could you try replacing your script nodes with fresh ones? They do not update automatically if you are working with a saved script

1 Like

Hey @clrkng,

i found out the issue, when i reference using model object the application id and guid matched, but not with Geometry even tho it is a referenced object
id not consistent for non-model object

and once i connect the geometry to Model object, the guid and appid is consistent

3 Likes

This topic was automatically closed after 180 days. New replies are no longer allowed.