tornavis/source/blender/depsgraph
Campbell Barton 356dce13f0 Fix T92136: Leak accessing evaluated depsgraph data from Python
Copy-on-write data blocks could be referenced from python but were not
properly managing python reference counting.

This would leak memory for any evaluated data-blocks accessed by Python.

Reviewed By: sergey

Ref D12850
2021-10-14 00:53:09 +11:00
..
intern Fix T92136: Leak accessing evaluated depsgraph data from Python 2021-10-14 00:53:09 +11:00
CMakeLists.txt Depsgraph: release GIL when evaluating the depsgraph 2021-09-10 11:03:54 +02:00
DEG_depsgraph.h Cleanup: use C style comments for descriptive text 2021-08-26 12:36:58 +10:00
DEG_depsgraph_build.h Cleanup: sort struct declarations 2021-07-16 11:48:54 +10:00
DEG_depsgraph_debug.h
DEG_depsgraph_physics.h
DEG_depsgraph_query.h Geometry Nodes: support for geometry instancing 2021-09-06 18:31:25 +02:00