Fix: API doc build error after adding missing texture_node to context

This commit is contained in:
Brecht Van Lommel
2024-01-12 17:10:45 +01:00
parent 67b21ce54d
commit 303c19f736

View File

@@ -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),