speckleworks / SpeckleRhino

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.works
MIT License
38 stars 16 forks source link

Rhino Plugin on Bake doesn't keep user Data #241

Closed e-lupo closed 5 years ago

e-lupo commented 5 years ago

when baking items from a receiver using the Plugin within Rhino, User Data attached to geometry in Dynamo doesn´t transfer over to User Attributes in Rhino.

didimitrie commented 5 years ago

thanks for flagging! to check and weigh what to do:

I believe the actual dictionaries are baked with their host objects from the rhino plugin, but you can't see that data anywhere unless you reference the object back in grasshopper.

e-lupo commented 5 years ago

I believe the actual dictionaries are baked with their host objects from the rhino plugin, but you can't see that data anywhere unless you reference the object back in grasshopper.

I just checked and that is, indeed, correct. Speckle´s Get User Data can access the data after it has been baked

grafik

PaulPoinet commented 5 years ago

Hi @e-lupo If you don't need to open/use Grasshopper for your purposes, another way is to write the command GetUserText in the Rhino command line.

PaulPoinet commented 5 years ago

sorry please ignore the above... that's the same as checking the user data tab. user texts and user dicts are different. retrieving them through the gh interface is the best option right now unfortunately

didimitrie commented 5 years ago

closing, as it's not really an issue (speckle uses archivable dictionaries, not user data)