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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -