speckleworks / SpeckleDynamo

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.systems/
MIT License
40 stars 6 forks source link

String properties in dictionaries do not work #57

Closed fernandoruizz closed 5 years ago

fernandoruizz commented 5 years ago

Step 0:

Attached a dyn file showing strings properties in dictionaries are causing an error on the Speckle plugin. Extract&link.zip

Numbers and Yes/No parameters work fine.

Reproduction Steps & System Config (win, osx, web, etc.)

Proposed Solution (if any)

didimitrie commented 5 years ago

Hello @fernandoruizz! Actually they do! Some of the parameter values were not strings and causing errors 😎

Adding a String from Object node in between parameter value and the dictionary by keys node sorted everything out:

image

🍸