blender/tests/python
Sebastián Barschkis 5260aaf3b1 Fix T73921: Eevee volume render test memory leak in Mantaflow
Fixed memory leak that showed up after the original issue (crash) had been fixed in 93ac4709ebe8. The fix ensures that light cache bakes free up GPU smoke textures and the smoke domain list correctly.

This commit also removes the workaround (f3a33a92987f) that disabled light cache bakes for fluid objects.
2020-03-14 00:30:55 +01:00
..
collada Cleanup: CMake formatting 2020-02-15 10:40:41 +11:00
modules Fix Cycles fluid motion blur not working after recent refactor 2020-02-18 17:11:57 +01:00
view_layer CMake: add missing headers, use space before comments 2019-10-29 01:33:44 +11:00
alembic_tests.py Alembic: fixed unit test for exporter API change 2019-11-29 15:36:07 +01:00
batch_import.py Cleanup: unused vars, imports 2018-11-26 09:26:15 +11:00
bevel_operator.py Cleanup: Fix typo in instruction comments 2020-01-16 19:13:37 -05:00
bl_alembic_io_test.py Alembic: fix unit test on Windows 2020-02-17 11:31:09 +01:00
bl_blendfile_io.py Cleanup: Deduplicate some code in new blenfile io/linking tests. 2020-02-14 12:18:21 +01:00
bl_blendfile_liblink.py Remove debug prints from blendfile_liblink. 2020-02-18 10:28:33 +01:00
bl_blendfile_utils.py Cleanup: Deduplicate some code in new blenfile io/linking tests. 2020-02-14 12:18:21 +01:00
bl_bundled_modules.py Cleanup: formatting, strip trailing space 2020-03-05 08:05:21 +11:00
bl_constraints.py Constraints: replace 'Set Inverse' operator with an eval-time update 2020-02-27 10:37:59 +01:00
bl_id_management.py Cleanup: formatting, strip trailing space 2020-03-05 08:05:21 +11:00
bl_keymap_completeness.py Tests: disable keymap hierarchy tests until they are fixed 2019-06-28 13:49:04 +02:00
bl_load_addons.py Python tests: replaced imp with importlib 2019-06-28 14:37:04 +02:00
bl_load_py_modules.py Fix script_load_modules test failure in power sequencer 2019-09-08 15:17:06 +02:00
bl_mesh_modifiers.py Objects: new 3D cursor alignment option when adding objects 2019-05-15 18:10:58 +02:00
bl_mesh_validate.py Cleanup: unused vars, imports 2018-11-26 09:26:15 +11:00
bl_pyapi_bpy_path.py
bl_pyapi_bpy_utils_units.py Fix scene units test failure after recent changes 2019-08-02 14:42:25 +02:00
bl_pyapi_idprop_datablock.py Clean/Fix remaining cases of props assignments in resgistrable structs def. 2019-11-27 12:19:10 +01:00
bl_pyapi_idprop.py Fix bl_pyapi_idprop unit test. 2019-03-17 07:36:26 -04:00
bl_pyapi_mathutils.py Document that tessellate_polygon() doesn't handle degenerate geometry 2020-01-27 16:42:25 +01:00
bl_pyapi_prop_array.py Python: add foreach_get and foreach_set methods to pyrna_prop_array 2020-03-13 12:59:36 +01:00
bl_rna_defaults.py UI/Python: rename Lamps to Lights, to follow more standard terminology. 2018-07-06 20:06:09 +02:00
bl_rna_manual_reference.py Cleanup: pep8 2018-07-03 06:55:02 +02:00
bl_rst_completeness.py Removing Blender Game Engine from Blender 2.8 2018-04-17 17:51:28 +02:00
bl_run_operators.py Cleanup: unused vars, imports 2018-11-26 09:26:15 +11:00
bl_test.py Fix ply import tests. 2019-04-04 08:50:17 -04:00
boolean_operator.py Cleanup: Fix typo in instruction comments 2020-01-16 19:13:37 -05:00
CMakeLists.txt Python: add foreach_get and foreach_set methods to pyrna_prop_array 2020-03-13 12:59:36 +01:00
cycles_render_tests.py Tests: speed up render tests by running multiple in the same process 2019-06-27 12:46:04 +02:00
eevee_render_tests.py Fix T73921: Eevee volume render test memory leak in Mantaflow 2020-03-14 00:30:55 +01:00
ffmpeg_tests.py Fix T68091: Adding a corrupt video crashes/confuses Blender 2019-09-19 15:12:53 +02:00
modifiers.py Apply patch D6620, Adde tests for Deform modifiers. 2020-02-29 14:07:14 -05:00
opengl_draw_tests.py Tests: speed up render tests by running multiple in the same process 2019-06-27 12:46:04 +02:00
operators.py Accepting patch D5357: Modifiers and operators automated testing. 2020-01-13 07:11:45 -05:00
pep8.py Cleanup: unused variables 2019-03-17 21:14:43 +11:00
rna_array.py Cleanup: pep8 2018-07-03 06:55:02 +02:00
rna_info_dump.py Cleanup: unused vars, imports 2018-11-26 09:26:15 +11:00
rst_to_doctree_mini.py
workbench_render_tests.py Tests: speed up render tests by running multiple in the same process 2019-06-27 12:46:04 +02:00