[Bf-blender-cvs] [dc257318d0a] master: PyAPI Doc: Add missing Imbuf documentantion

Aaron Carlisle noreply at git.blender.org
Wed Feb 26 05:17:11 CET 2020


Commit: dc257318d0a372bfc9a7b34782ee1717467fef04
Author: Aaron Carlisle
Date:   Tue Feb 25 23:16:10 2020 -0500
Branches: master
https://developer.blender.org/rBdc257318d0a372bfc9a7b34782ee1717467fef04

PyAPI Doc: Add missing Imbuf documentantion

The documentation existed but it was never added to the script.

===================================================================

M	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 b74ad3c7dc2..60058d5d17f 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -223,6 +223,7 @@ else:
         "aud",
         "bgl",
         "blf",
+        "imbuf",
         "bmesh",
         "bmesh.ops",
         "bmesh.types",
@@ -1779,7 +1780,7 @@ def write_rst_contents(basepath):
 
     standalone_modules = (
         # submodules are added in parent page
-        "mathutils", "freestyle", "bgl", "blf", "gpu", "gpu_extras",
+        "mathutils", "freestyle", "bgl", "blf", "imbuf", "gpu", "gpu_extras",
         "aud", "bpy_extras", "idprop.types", "bmesh",
     )
 
@@ -1886,6 +1887,7 @@ def write_rst_importable_modules(basepath):
         # C_modules
         "aud": "Audio System",
         "blf": "Font Drawing",
+        "imbuf": "Image Buffer",
         "gpu": "GPU Shader Module",
         "gpu.types": "GPU Types",
         "gpu.matrix": "GPU Matrix",



More information about the Bf-blender-cvs mailing list