Files
test/source/blender
Campbell Barton da160dc32d Object: faster object deletion
The `object_delete_exec` lead to `BKE_library_ID_is_indirectly_used`
being called twice. With this patch deleting is around 20% faster.

Example when deleting 10000 objects:
Current: 35.6s
This patch: 18.8s (updated, last rev 29.7s)

Reviewed By: campbellbarton

Ref D9857
2021-03-27 13:38:44 +11:00
..
2021-03-18 09:36:44 +11:00
2021-03-27 13:38:44 +11:00
2021-03-25 16:01:41 +01:00
2021-03-26 12:43:46 +01:00