Just out of curiosity, what is the benefit of saving a Url with a block? Why isn’t Attribute User text enough to do that?
So what file formats besides *.3dm and *.dxf save this hyperlink attribute?
I would say: you can’t click the https link from attribute text, but from hyperlink you can.
1 Like
Ok, that’s nice.
In Grasshopper I’m using a simple script to open file paths or URL’s.
import webbrowser
webbrowser.open(file)
