Docs: Incorrect link to context type

Fixes T93773
This commit is contained in:
Aaron Carlisle 2021-12-06 22:07:38 -05:00 committed by Philipp Oeser
parent 669577a973
commit d009056b01
Notes: blender-bot 2023-02-14 07:36:17 +01:00
Referenced by issue #93479, 3.0 Potential candidates for corrective releases
1 changed files with 1 additions and 1 deletions

View File

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