Ladybug Tools text objects not recognized by native Grasshopper "Text Object Info" component

Also, sorry for the spamming, it seems the title output is not recognized by the Text object info

This is because the native Grasshopper “Text Object Info” component uses text objects that were only introduced in Rhino 8. In Ladybug Tools, we use a custom text object class that we built:

… using a sample that Guilio put together on the McNeel forum here:

At some point, I think we will want to move Ladybug Tools over to using the new natively supported text objects that Grasshopper offers in Rhino 8. But doing so would mean that we drop support for Rhino 7 (and Rhino 6 of there’s anyone still using it).

Long story short, I think the earliest we would do this is with the release of Rhino 9. At that point, we will probably make a couple of breaking changes, which will mean that we drop support for Rhino 7 and earlier.

I opened an issue on our GitHub so that we don’t forget to do this in the future:

Oky, thanks for the explanation