[Bf-blender-cvs] [50fb0fd636a] master: Docs: Incorrect link to context type

Aaron Carlisle noreply at git.blender.org
Tue Dec 7 04:07:50 CET 2021


Commit: 50fb0fd636a46a61922259a423d654045ba487ba
Author: Aaron Carlisle
Date:   Mon Dec 6 22:07:38 2021 -0500
Branches: master
https://developer.blender.org/rB50fb0fd636a46a61922259a423d654045ba487ba

Docs: Incorrect link to context type

Fixes T93773

===================================================================

M	doc/python_api/sphinx_doc_gen.py

===================================================================

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index ea6919ae6dc..fda47194be0 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1125,7 +1125,7 @@ context_type_map = {
     "soft_body": ("SoftBodyModifier", False),
     "speaker": ("Speaker", False),
     "texture": ("Texture", False),
-    "texture_slot": ("MaterialTextureSlot", False),
+    "texture_slot": ("TextureSlot", False),
     "texture_user": ("ID", False),
     "texture_user_property": ("Property", False),
     "ui_list": ("UIList", False),



More information about the Bf-blender-cvs mailing list