Files
test/doc/python_api/rst/info_gotcha.rst
Bastien Montagne d5c50fc366 API docs: Split 'Gotchas' page, add some info about python instances and subclasses.
This PR:
* Splits the `Gotchas` page into several sub-sections. This was getting too big and hard to navigate.
* Adds some information regarding Python instances life-time of objects wrapping Blender internal data.
* Adds some information about usage of constructors and destructors for sub-classes of Blender-defined types.

Pull Request: https://projects.blender.org/blender/blender/pulls/129814
2024-11-10 18:40:14 +01:00

20 lines
432 B
ReStructuredText

*******
Gotchas
*******
This document attempts to help you work with the Blender API in areas
that can be troublesome and avoid practices that are known to cause instability.
.. toctree::
:maxdepth: 1
info_gotchas_crashes.rst
info_gotchas_internal_data_and_python_objects.rst
info_gotchas_operators.rst
info_gotchas_meshes.rst
info_gotchas_armatures_and_bones.rst
info_gotchas_file_paths_and_encoding.rst