diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 19ff36f799a..0a7702bf09c 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -1247,6 +1247,7 @@ context_type_map = { "soft_body": ("SoftBodyModifier", False), "speaker": ("Speaker", False), "texture": ("Texture", False), + "texture_node": ("Node", False), "texture_slot": ("TextureSlot", False), "texture_user": ("ID", False), "texture_user_property": ("Property", False),