From c47990f41c7364058a72f5f162e5cdc06bce0adc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 25 Feb 2021 12:00:45 +1100 Subject: PyAPI: expose imbuf.types.ImBuf, include in API docs Without this, the ImBuf type wasn't part of documentation. --- doc/python_api/sphinx_doc_gen.py | 2 ++ 1 file changed, 2 insertions(+) (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 ee9b9df5bef..9eeab6d82bc 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -228,6 +228,7 @@ else: "blf", "bl_math", "imbuf", + "imbuf.types", "bmesh", "bmesh.ops", "bmesh.types", @@ -1976,6 +1977,7 @@ def write_rst_importable_modules(basepath): "aud": "Audio System", "blf": "Font Drawing", "imbuf": "Image Buffer", + "imbuf.types": "Image Buffer Types", "gpu": "GPU Shader Module", "gpu.types": "GPU Types", "gpu.matrix": "GPU Matrix", -- cgit v1.2.3