Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-13 12:21:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-13 12:21:08 +0300
commitaacdd28edd838a011615af2a998aa2d90b4a75f3 (patch)
tree0227cc480fc4076479fa434261d8f50b544f5d17 /doc
parente8fa13b01e843ece10ff477357a42436c90d7d1d (diff)
PyDoc: add bpy.app.icons to docs
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 1a39ba0d02a..0a2fba4d8aa 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1835,8 +1835,7 @@ def write_rst_importable_modules(basepath):
"bpy.app": "Application Data",
"bpy.app.handlers": "Application Handlers",
"bpy.app.translations": "Application Translations",
- # TODO(campbell)
- # "bpy.app.icons": "Application Icons",
+ "bpy.app.icons": "Application Icons",
"bpy.props": "Property Definitions",
"idprop.types": "ID Property Access",
"mathutils": "Math Types & Utilities",