mcneel / ghpython

A Grasshopper component for Rhino.Python
http://www.food4rhino.com/project/ghpython
117 stars 34 forks source link

components.SortList has lame output variable name #59

Open sbaer opened 10 years ago

sbaer commented 10 years ago

The second output name for SortList is _1. See if there is a way to tune this up so a better name is created

piac commented 10 years ago

I'm not sure about this, but my first impression is that we should use the same code we use for component names also for inputs and outputs. Then, if names overlap, we should avoid setting up names, if possible, at this point. We could rather point people to the fact that they can use index access (output[0], output[1], ...) or wait that David makes appropriate changes?