Blender Git Loki
Git Commits -> Revision 2501d00
Revision 2501d00 by Sybren A. Stüvel (master) October 28, 2021, 08:32 (GMT) |
Python doc generator: raise explanatory error when context key is missing When a new key is added to the context, it also needs to be added to the `sphinx_doc_gen.py` file for generating the Python API documentation. When this isn't done, the script would raise a generic `KeyError`. Now it explains what needs to be updated to solve the problem. No functional changes to Blender. |
Commit Details:
Full Hash: 2501d002683d5bbe9ea82c0c3f58e47cf97d3b4b
Parent Commit: 45439df
Lines Changed: +4, -1
1 Modified Path:
/doc/python_api/sphinx_doc_gen.py (+4, -1) (Diff)