Extensions: Link to visit the extensions platform

This commit is contained in:
Dalai Felinto 2024-06-25 12:38:16 +02:00
parent 92a2185a4e
commit dd7cc11796
2 changed files with 6 additions and 0 deletions

View File

@ -1346,6 +1346,9 @@ class USERPREF_MT_extensions_settings(Menu):
prefs = context.preferences
layout.operator("wm.url_open_preset", text="Visit Extensions Platform", icon='URL').type = 'EXTENSIONS'
layout.separator()
layout.operator("extensions.repo_sync_all", icon='FILE_REFRESH')
layout.operator("extensions.repo_refresh_all")

View File

@ -1138,6 +1138,9 @@ class WM_OT_url_open_preset(Operator):
(('CREDITS', iface_("Credits"),
tip_("Lists committers to Blender's source code")),
"https://www.blender.org/about/credits/"),
(('EXTENSIONS', iface_("Extensions Platform"),
tip_("Online directory of free and open source extensions")),
"https://extensions.blender.org/"),
]
def execute(self, context):