Point API doc to proper path.

We'll have to update that again once we move 2.8 to master...
This commit is contained in:
Bastien Montagne 2018-12-12 12:29:58 +01:00
parent 91c9be7df3
commit eedd679ef2
Notes: blender-bot 2023-03-24 17:05:22 +01:00
Referenced by issue #59168, Blender 2.8 (9a8b6d51c1) - Crash when going in Edit Mode with Multiresolution modifier
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@ class WM_OT_doc_view(Operator):
if bpy.app.version_cycle == "release":
_prefix = ("https://docs.blender.org/api/current")
else:
_prefix = ("https://docs.blender.org/api/master")
_prefix = ("https://docs.blender.org/api/blender2.8")
def execute(self, context):
url = _wm_doc_get_id(self.doc_id, do_url=True, url_prefix=self._prefix)