From 40e8b9775d34301595f18d9bf0b35e3ada545a1d Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 10 Feb 2022 15:51:00 -0600 Subject: Fix: Missing changes in recent "Curves" rename More missing changes in fe1816f67fbc6aaf3. This will hopefully fix a Python API docs build error, and fixes the "Object Types Visibility" popover. --- doc/python_api/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/python_api/sphinx_doc_gen.py') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 2133f5fcb9f..f8ccb10a844 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -1078,7 +1078,7 @@ context_type_map = { "gpencil": ("GreasePencil", False), "gpencil_data": ("GreasePencil", False), "gpencil_data_owner": ("ID", False), - "hair": ("Hair", False), + "curves": ("Hair Curves", False), "id": ("ID", False), "image_paint_object": ("Object", False), "lattice": ("Lattice", False), -- cgit v1.2.3