diff --git a/scripts/tornavis/url_presets.py b/scripts/tornavis/url_presets.py
new file mode 100644
index 00000000000..733c4ac1b96
--- /dev/null
+++ b/scripts/tornavis/url_presets.py
@@ -0,0 +1,17 @@
+import bpy
+
+def register ():
+    # bpy.ops.wm.url_open_preset(type="TORNAVIS")
+
+    bpy.types.WM_OT_url_open_preset.preset_items.append(
+        (('TORNAVIS', "Tornavis.org",  "Tornavis project official web-site"),
+        "https://www.tornavis.org")
+        )
+    bpy.types.WM_OT_url_open_preset.preset_items.append(
+        (('TORNAVIS_DOC', "Tornavis Doc",  "Tornavis project documentation"),
+        "https://www.tornavis.org/#documentation")
+        )
+
+def unregister():
+    pass
+
diff --git a/source/blender/tornavis/patches/MB_0010.h b/source/blender/tornavis/patches/MB_0010.h
new file mode 100644
index 00000000000..c978e52a11c
--- /dev/null
+++ b/source/blender/tornavis/patches/MB_0010.h
@@ -0,0 +1 @@
+/* Empty File */
\ No newline at end of file
