Hi Taylor, in 0.3, all data that was generated was put in a single long list. In 0.6, this data might be subdivided into multiple lists (for example if you divide 5 curves, you'll get 5 sublists with 10 points each in 0.6). This new storage system will probably affect many old definitions. There are two things you can do, assuming you want to keep on using new versions of Grasshopper in the future:
1) Flatten the input of the parameters of the components which no longer work correctly. If you enable Fancy Wires in the View menu, you can see all the parameters which are currently receiving hierarchical data (dashed, hollow wires). These are the ones you should flatten (flatten is an option inside each input parameter menu) 2) Change your definition to cater for this new functionality. Sometimes this is a big job, sometimes it just involved removing a lot of components which are now no longer needed. -- David Rutten [email protected] Robert McNeel & Associates On Apr 6, 11:11 am, Taylor <[email protected]> wrote: > the 0.3 version of ghx file doesnt work correctly in the 0.6 version > gh. what should i do.
