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:
@@ -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)],
|
||||||
|
|||||||
Reference in New Issue
Block a user