how to hyperlink image in blender

Solutions on MaxInterview for how to hyperlink image in blender by the best coders in the world

showing results for - "how to hyperlink image in blender"
Kayson
17 Apr 2017
1bpy.ops.wm.url_open(url="http://www.google.co.uk")
Rafael
30 Apr 2020
1def draw(self, context):
2    layout = self.layout
3    row = layout.row()
4    row.operator("wm.url_open", text="Open Link").url = "http://www.google.co.uk"
similar questions
queries leading to this page
how to hyperlink image in blender