[Bf-blender-cvs] [d009056b011] blender-v3.0-release: Docs: Incorrect link to context type

Aaron Carlisle noreply at git.blender.org
Tue Jan 11 09:00:05 CET 2022


Commit: d009056b01136c4fd6830f44d4cfa43f1da9a255
Author: Aaron Carlisle
Date:   Mon Dec 6 22:07:38 2021 -0500
Branches: blender-v3.0-release
https://developer.blender.org/rBd009056b01136c4fd6830f44d4cfa43f1da9a255

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 f8638b97270..b6316416f55 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1123,7 +1123,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