Fix: PyDocs: Missing tool_settings in context_type_map

This has to be added now, because `sequencer_context_dir` specifically
lists `tool_settings` as a member. This was changed in
1122a05cb6.
This commit is contained in:
Falk David
2025-08-25 12:44:55 +02:00
parent e0a82933ab
commit 423203c0fb

View File

@@ -1269,6 +1269,7 @@ context_type_map = {
"texture_slot": [("TextureSlot", False)], "texture_slot": [("TextureSlot", False)],
"texture_user": [("ID", False)], "texture_user": [("ID", False)],
"texture_user_property": [("Property", False)], "texture_user_property": [("Property", False)],
"tool_settings": [("ToolSettings", False)],
"ui_list": [("UIList", False)], "ui_list": [("UIList", False)],
"vertex_paint_object": [("Object", False)], "vertex_paint_object": [("Object", False)],
"view_layer": [("ViewLayer", False)], "view_layer": [("ViewLayer", False)],