PyDoc: add bpy.app.icons to docs

This commit is contained in:
Campbell Barton
2018-09-13 19:21:08 +10:00
parent e8fa13b01e
commit aacdd28edd
2 changed files with 3 additions and 4 deletions

View File

@@ -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",