Hops component not showing more than 10 inputs

Are Hops components unable to accept more than 10 inputs?

Please see the attached GH file with 11 Get... components. When imported into another file, only the first 10 inputs are available.

test-hops-11-inputs.gh (7.7 KB)

Hi!
There are two number inputs called flange_thickness in your file.
Hops needs unique parameter names.
If you rename the last number input, it should appear on the Hops component.

@romio82 is correct. Input and/or Output names should be unique.

We should update Hops to provide an error message when this happens.

I will create a YT issue for this.

1 Like

Oh my, I need to get my eyes checked! Thanks a lot!