blender/doc
Bastien Montagne 49c100e56c API doc: info_gotcha: extend description of issues related to memory changes.
* Added a TL;DR first paragraph summarizing that one shall not keep any
reference to Blender data when modifying its container.

* Added some info about fact that adding items to some data containers
(like Collection) can also invalidate existing items (due to array
re-allocation).

* Added a Do/Don't example which shows a crash after adding some items
to a collection.

Related to T61297.
2019-02-18 14:36:16 +01:00
..
blender_file_format Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
doxygen doxygen: update doxygen & add balembic group 2019-02-18 11:23:40 +11:00
guides Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
license And here is the first git (testing) commit by me! 2013-11-16 12:00:42 +01:00
manpage Docs: update manpage and html with app description matching website. 2018-12-28 17:36:59 +01:00
python_api API doc: info_gotcha: extend description of issues related to memory changes. 2019-02-18 14:36:16 +01:00