speckleworks / SpeckleRhino

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

Property order mixes up randomly in SCB component #268

Closed didimitrie closed 5 years ago

didimitrie commented 5 years ago

Step 0:

Actual Behaviour

Sometimes, under mysterious circumstances, properties for the scbuilder component get shuffled due to reflection not guaranteeing order.

Affected Projects

Grasshopper

Proposed Solution (if any)

Sort alphabetically always (as a stop gap solution); check init routines in gh; etc.