python - Blender open a hyperlink by clicking on object -
is possible dynamically open web page clicking on object? if so, how can accomplished? linking underlying file system? i'm using custom attributes save urls, have no way of calling them up.
have tried using webbrowser
?
import webbrowser webbrowser.open('http://thisisaurl.org')
Comments
Post a Comment