blender/doc/python_api
Bastien Montagne eb798de101 Clean/Fix remaining cases of props assignments in resgistrable structs def.
We still had a few deprecated assignements of `bpy.props.xxx` to class
members in our API documentation and one of our py tests. Annotations
are to be used now.

Also remove the section about `register_module` utils, this has been
removed in 2.8.

Fix T71877: Python API overview sample code warning: class MyMaterialProps contains a property which should be an annotation!
Fix T71876: Python API overview references old bpy.utils.register_module function
2019-11-27 12:19:10 +01:00
..
examples Cleanup: pep8 for examples 2019-11-01 10:53:47 +11:00
rst Clean/Fix remaining cases of props assignments in resgistrable structs def. 2019-11-27 12:19:10 +01:00
static API Docs: Hide Home Icon in Seach Area 2019-07-08 20:53:15 -04:00
requirements.txt API Docs: Update Build Dependencies 2019-07-03 22:47:44 -04:00
rst_from_bmesh_opdefines.py Fix API docs build after recent changes in BMesh operators. 2019-11-25 12:33:51 +01:00
sphinx_changelog_gen.py API Docs: Fix Update changelog script to python3 2019-07-06 17:01:11 -04:00
sphinx_doc_gen_monkeypatch.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
sphinx_doc_gen.py API Docs: don't show functions in 'bpy.app.handlers' 2019-11-16 02:41:17 +11:00
sphinx_doc_gen.sh Cleanup: use 2 space indentation for shell scripts 2019-04-17 06:08:01 +02:00
sphinx_doc_update.py Py API doc generator: more tweaks to adapt to new release process. 2019-10-14 18:46:50 +02:00